mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-09-24 07:19:46 +08:00
fix 修复 使用雪花id 导致 部门祖籍字段 长度不够问题
This commit is contained in:
@ -425,7 +425,7 @@ CREATE TABLE [sys_dept]
|
||||
(
|
||||
[dept_id] bigint NOT NULL,
|
||||
[parent_id] bigint DEFAULT ((0)) NULL,
|
||||
[ancestors] nvarchar(50) DEFAULT '' NULL,
|
||||
[ancestors] nvarchar(500)DEFAULT '' NULL,
|
||||
[dept_name] nvarchar(30) DEFAULT '' NULL,
|
||||
[order_num] int DEFAULT ((0)) NULL,
|
||||
[leader] nvarchar(20) NULL,
|
||||
|
Reference in New Issue
Block a user