fix script

This commit is contained in:
Efstratios Giannopoulos 2024-04-16 14:21:52 +03:00
parent 235512efc0
commit 3c9844abb6
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ CREATE TABLE IF NOT EXISTS public."ant_EntityUser"
"id" uuid NOT NULL,
"entity_id" uuid NOT NULL,
"user_id" uuid NOT NULL,
"tenant" uuid NOT NULL,
"tenant" uuid NULL,
"created_at" timestamp without time zone NOT NULL,
"updated_at" timestamp without time zone NOT NULL,
"is_active" smallint NOT NULL,