fz94_tenderplan_notifications
Столбцы
id
integer NOT NULL PRIMARY KEYnotification_id
bigint NOT NULL FOREIGN KEY REFERENCESfz94_notification
(id
)tenderplan_id
bigint NOT NULL FOREIGN KEY REFERENCESfz94_tenderplan
(id
)
Ограничения
UNIQUE KEY (tenderplan_id, notification_id)
Внешние ключи
notification_id
bigint NOT NULL FOREIGN KEY REFERENCESfz94_notification
(id
)tenderplan_id
bigint NOT NULL FOREIGN KEY REFERENCESfz94_tenderplan
(id
)