疯狂的狮子li
2022-05-05 b01d45cf5c50082c1aad562a443a83a02811b395
script/sql/sqlserver/sqlserver_ry_vue_4.X.sql
@@ -425,7 +425,7 @@
(
    [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,