Explorar o código

:card_file_box: Performing database related changes.change "del_flag" column length in table "sys_social_details"

萌萌哒Sakura酱 %!s(int64=6) %!d(string=hai) anos
pai
achega
4e65732301
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      db/2pigxx.sql

+ 1 - 1
db/2pigxx.sql

@@ -299,7 +299,7 @@ CREATE TABLE `sys_social_details` (
   `redirect_url` varchar(128) DEFAULT NULL COMMENT '回调地址',
   `create_time` datetime DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
   `update_time` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间',
-  `del_flag` char(50) NOT NULL DEFAULT '0' COMMENT '删除标记',
+  `del_flag` char(1) NOT NULL DEFAULT '0' COMMENT '删除标记',
   `tenant_id` int(11) NOT NULL DEFAULT '0' COMMENT '所属租户',
   PRIMARY KEY (`id`) USING BTREE
 ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC COMMENT='系统社交登录账号表';