mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2025-09-29 06:53:10 +00:00
update 优化 sys_social表 租户id增加默认值
This commit is contained in:
@@ -5,7 +5,7 @@ create table sys_social
|
||||
(
|
||||
id number(20) not null,
|
||||
user_id number(20) not null,
|
||||
tenant_id varchar2(20) default null,
|
||||
tenant_id varchar2(20) default '000000',
|
||||
auth_id varchar2(255) not null,
|
||||
source varchar2(255) not null,
|
||||
open_id varchar2(255) default null,
|
||||
|
Reference in New Issue
Block a user