mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-09-24 07:19:46 +08:00
update 优化 sys_social表 租户id增加默认值
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user