mirror of
https://github.com/xfarrow/blink
synced 2025-06-27 09:03:02 +02:00
sql improvement
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
|
||||
CREATE TABLE IF NOT EXISTS public."ActivationLink"
|
||||
(
|
||||
identifier character varying PRIMARY KEY COLLATE pg_catalog."default" ,
|
||||
identifier character varying PRIMARY KEY,
|
||||
person_id integer NOT NULL,
|
||||
CONSTRAINT "PersonActivationLinkFK" FOREIGN KEY (person_id)
|
||||
REFERENCES public."Person" (id) MATCH SIMPLE
|
||||
|
Reference in New Issue
Block a user