fix script
This commit is contained in:
parent
235512efc0
commit
3c9844abb6
|
@ -9,7 +9,7 @@ CREATE TABLE IF NOT EXISTS public."ant_EntityUser"
|
||||||
"id" uuid NOT NULL,
|
"id" uuid NOT NULL,
|
||||||
"entity_id" uuid NOT NULL,
|
"entity_id" uuid NOT NULL,
|
||||||
"user_id" uuid NOT NULL,
|
"user_id" uuid NOT NULL,
|
||||||
"tenant" uuid NOT NULL,
|
"tenant" uuid NULL,
|
||||||
"created_at" timestamp without time zone NOT NULL,
|
"created_at" timestamp without time zone NOT NULL,
|
||||||
"updated_at" timestamp without time zone NOT NULL,
|
"updated_at" timestamp without time zone NOT NULL,
|
||||||
"is_active" smallint NOT NULL,
|
"is_active" smallint NOT NULL,
|
||||||
|
|
Loading…
Reference in New Issue