mago-git

Results 1 issues of mago-git

**描述** 当sql_mode 设置了HIGH_NOT_PRECEDENCE 时,如果列中有not null设置,会得到一个错误,并且没有足够明确的提示信息 **重现** 例如: CREATE TABLE `test` ( `id` BIGINT(19) not null AUTO_INCREMENT COMMENT '主键', `user_task_id` VARCHAR(200) not null COMMENT '用户任务Id' COLLATE 'utf8mb4_general_ci', PRIMARY KEY (`id`) USING...