pamapi/src/doc/sql/20211108_w.sql
@@ -1,4 +1,4 @@ CREATE TABLE public.custom_favorite_consultant ( CREATE TABLE omo.custom_favorite_consultant ( id serial4 NOT NULL, consultant_id int8 NOT NULL, custom_id int8 NOT NULL, @@ -8,5 +8,5 @@ last_modified_by varchar NULL, contact_status varchar NULL, CONSTRAINT custom_consultant_list_pk PRIMARY KEY (id), CONSTRAINT custom_consultant_list_fk FOREIGN KEY (consultant_id) REFERENCES public.consultant(id) CONSTRAINT custom_consultant_list_fk FOREIGN KEY (consultant_id) REFERENCES omo.consultant(id) );