sql script updates
This commit is contained in:
parent
a3350b2f2c
commit
cd8545590e
|
@ -13,7 +13,7 @@ CREATE TABLE IF NOT EXISTS public."ant_UserContactInfo"
|
||||||
"value" character varying(512) COLLATE pg_catalog."default" NOT NULL,
|
"value" character varying(512) COLLATE pg_catalog."default" NOT 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 DEFAULT 1
|
"is_active" smallint NOT NULL DEFAULT 1,
|
||||||
CONSTRAINT "ant_UserContactInfo_pkey" PRIMARY KEY (id),
|
CONSTRAINT "ant_UserContactInfo_pkey" PRIMARY KEY (id),
|
||||||
CONSTRAINT "ant_UserContactInfo_user_fkey" FOREIGN KEY ("user")
|
CONSTRAINT "ant_UserContactInfo_user_fkey" FOREIGN KEY ("user")
|
||||||
REFERENCES public."ant_User" (id) MATCH SIMPLE
|
REFERENCES public."ant_User" (id) MATCH SIMPLE
|
||||||
|
|
Loading…
Reference in New Issue