gz_tenderplan_notifications
– tenderplan-notification relationship
Столбцы
id
integer NOT NULL PRIMARY KEYID
notification_id
bigint NOT NULL FOREIGN KEY REFERENCESgz_notification
(id
)notification
tenderplan_id
bigint NOT NULL FOREIGN KEY REFERENCESgz_tenderplan
(id
)tenderplan
Ограничения
UNIQUE KEY (tenderplan_id, notification_id)
Внешние ключи
notification_id
bigint NOT NULL FOREIGN KEY REFERENCESgz_notification
(id
)notification
tenderplan_id
bigint NOT NULL FOREIGN KEY REFERENCESgz_tenderplan
(id
)tenderplan