chore: flyway 创建表语句改动

This commit is contained in:
CaptainB 2023-12-15 15:53:48 +08:00 committed by 刘瑞斌
parent 3069df28cf
commit 7490ec669a
1 changed files with 1 additions and 2 deletions

View File

@ -318,8 +318,7 @@ CREATE INDEX idx_update_time ON organization (`update_time` desc);
CREATE INDEX idx_deleted ON organization (`deleted`);
CREATE INDEX idx_update_user ON organization(`update_user`);
DROP TABLE IF EXISTS user_extend;
CREATE TABLE user_extend
CREATE TABLE IF NOT EXISTS user_extend
(
`id` VARCHAR(50) NOT NULL COMMENT '用户ID',
`platform_info` BLOB COMMENT '其他平台对接信息',