增加租户、租户套餐的单元测试

This commit is contained in:
YunaiV
2022-02-27 00:15:13 +08:00
parent 66ebb71b8a
commit 81d89ba350
9 changed files with 345 additions and 42 deletions

View File

@@ -394,7 +394,7 @@ CREATE TABLE IF NOT EXISTS "system_social_user" (
CREATE TABLE IF NOT EXISTS "system_tenant" (
"id" bigint NOT NULL GENERATED BY DEFAULT AS IDENTITY,
"name" varchar(63) NOT NULL,
"contact_user_id" bigint NOT NULL,
"contact_user_id" bigint NOT NULL DEFAULT '0',
"contact_name" varchar(255) NOT NULL,
"contact_mobile" varchar(255),
"status" tinyint NOT NULL,