mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-09-24 07:19:46 +08:00
update 优化 租户表企业名与部门表长度保持一致 防止长度不一致报错
This commit is contained in:
@ -222,7 +222,7 @@ CREATE TABLE sys_tenant
|
||||
tenant_id nvarchar(20) NOT NULL,
|
||||
contact_user_name nvarchar(20) NULL,
|
||||
contact_phone nvarchar(20) NULL,
|
||||
company_name nvarchar(50) NULL,
|
||||
company_name nvarchar(30) NULL,
|
||||
license_number nvarchar(30) NULL,
|
||||
address nvarchar(200) NULL,
|
||||
intro nvarchar(200) NULL,
|
||||
|
Reference in New Issue
Block a user