mirror of
https://github.com/xfarrow/blink
synced 2025-04-23 18:17:22 +02:00
Update 9-create_job_offer_tag.sql
This commit is contained in:
parent
68dafe32d1
commit
cc4f6f6a1d
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
CREATE TABLE IF NOT EXISTS public."JobOfferTag"
|
CREATE TABLE IF NOT EXISTS public."JobOfferTag"
|
||||||
(
|
(
|
||||||
id integer NOT NULL DEFAULT nextval('"JobOfferTag_id_seq"'::regclass),
|
id serial,
|
||||||
job_offer_id integer NOT NULL,
|
job_offer_id integer NOT NULL,
|
||||||
tag_id integer NOT NULL,
|
tag_id integer NOT NULL,
|
||||||
CONSTRAINT "JobOfferTag_pkey" PRIMARY KEY (id),
|
CONSTRAINT "JobOfferTag_pkey" PRIMARY KEY (id),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user