nt NOT NULL, board_pkey PRIMARY KEY (id), fk_board_customer_id FOREIGN KEY (customer_id) customer (id) MATCH SIMPLEUPDATE NO ACTION ON DELETE NO ACTION
) (= FALSE
); TABLE boardTO postgres; TABLE production
(bigint NOT NULL, integer, timestamp without time zone, _id bigint NOT NULL, _id bigint NOT NULL, _id bigint NOT NULL, production_pkey PRIMARY KEY (id), fk_production_mounter_id FOREIGN KEY (mounter_id) mounter ( id) MATCH SIMPLEUPDATE NO ACTION ON DELETE NO ACTION, fk_production_printer_id FOREIGN KEY (printer_id) printer (id) MATCH SIMPLEUPDATE NO ACTION ON DELETE NO ACTION, fk_production_staff_id FOREIGN KEY (staff_id) staff (id) MATCH SIMPLEUPDATE NO ACTION ON DELETE NO ACTION p>
) (= FALSE
); TABLE productionTO postgres;