avatarTaier commented on issue #6434:
URL: https://github.com/apache/seatunnel/issues/6434#issuecomment-1974682485

   -- auto-generated definition
   create table user
   (
       id          int                                      not null
       primary key,
       username    varchar(255)                not null,
       password    varchar(255)                 not null,
       status      tinyint                                  not null,
       type        tinyint                                  not null,
       create_time datetime(3) default CURRENT_TIMESTAMP(3) not null,
       update_time datetime(3) default CURRENT_TIMESTAMP(3) not null on update 
CURRENT_TIMESTAMP(3)
   )
       collate = utf8mb4_general_ci
       row_format = DYNAMIC;


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to