From cb54546259ccc3dc624c5722402aad238b321677 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期一, 28 六月 2021 13:54:53 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/dev' into dev --- sql/test.sql | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sql/test.sql b/sql/test.sql index b7003ce2..601360a 100644 --- a/sql/test.sql +++ b/sql/test.sql @@ -12,7 +12,7 @@ create_by varchar(64) NULL DEFAULT NULL COMMENT '鍒涘缓浜�', update_time datetime(0) NULL DEFAULT NULL COMMENT '鏇存柊鏃堕棿', update_by varchar(64) NULL DEFAULT NULL COMMENT '鏇存柊浜�', - del_flag int(0) NULL DEFAULT NULL COMMENT '鍒犻櫎鏍囧織', + del_flag int(0) NULL DEFAULT 0 COMMENT '鍒犻櫎鏍囧織', PRIMARY KEY (id) USING BTREE ) ENGINE = InnoDB COMMENT = '娴嬭瘯鍗曡〃'; @@ -29,7 +29,7 @@ create_by varchar(64) NULL DEFAULT NULL COMMENT '鍒涘缓浜�', update_time datetime(0) NULL DEFAULT NULL COMMENT '鏇存柊鏃堕棿', update_by varchar(64) NULL DEFAULT NULL COMMENT '鏇存柊浜�', - del_flag int(0) NULL DEFAULT NULL COMMENT '鍒犻櫎鏍囧織', + del_flag int(0) NULL DEFAULT 0 COMMENT '鍒犻櫎鏍囧織', PRIMARY KEY (id) USING BTREE ) ENGINE = InnoDB COMMENT = '娴嬭瘯鏍戣〃'; -- Gitblit v1.9.3