update 优化 sys_social表 租户id增加默认值

This commit is contained in:
疯狂的狮子Li
2024-10-29 20:21:58 +08:00
parent 2d190cfb19
commit b0548f9a56
4 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@ create table sys_social
(
id bigint NOT NULL,
user_id bigint NOT NULL,
tenant_id nvarchar(20) NULL,
tenant_id nvarchar(20) DEFAULT ('000000') NULL,
auth_id nvarchar(255) NOT NULL,
source nvarchar(255) NOT NULL,
open_id nvarchar(255) NULL,