Compare commits

...

2 Commits

1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ BEGIN
is_active smallint NOT NULL,
internal_status smallint NOT NULL,
tenant uuid,
definition xml,
CONSTRAINT "PlanStatus_pkey" PRIMARY KEY (id),
CONSTRAINT "PlanStatus_tenant_fkey" FOREIGN KEY (tenant)
REFERENCES public."Tenant" (id) MATCH SIMPLE