shashwatsai commented on code in PR #269:
URL: https://github.com/apache/seatunnel-web/pull/269#discussion_r1918579840


##########
seatunnel-server/seatunnel-app/src/main/resources/script/seatunnel_server_mysql.sql:
##########
@@ -235,6 +235,7 @@ CREATE TABLE `user`  (
   `type` tinyint(4) NOT NULL,
   `create_time` datetime(3) NOT NULL DEFAULT CURRENT_TIMESTAMP(3),
   `update_time` datetime(3) NOT NULL DEFAULT CURRENT_TIMESTAMP(3) ON UPDATE 
CURRENT_TIMESTAMP(3),
+  `auth_provider` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci 
NOT NULL DEFAULT 'DB',

Review Comment:
   incorporated.



-- 
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: commits-unsubscr...@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to