thiszhc
2023-06-15 005e7df1b8d7733b459c24104bc775c52e528454
script/sql/sqlserver/sqlserver_test.sql
@@ -1,7 +1,7 @@
CREATE TABLE test_demo
(
    id          bigint            NOT NULL,
    tenant_id   nvarchar(20)      NOT NULL,
    tenant_id   nvarchar(20)      DEFAULT ('000000') NULL,
    dept_id     bigint            NULL,
    user_id     bigint            NULL,
    order_num   int DEFAULT ((0)) NULL,
@@ -128,7 +128,7 @@
CREATE TABLE test_tree
(
    id          bigint               NOT NULL,
    tenant_id   nvarchar(20)         NOT NULL,
    tenant_id   nvarchar(20)         DEFAULT ('000000') NULL,
    parent_id   bigint DEFAULT ((0)) NULL,
    dept_id     bigint               NULL,
    user_id     bigint               NULL,