gz_notificationlot_requirements
– notificationlot-requirementdetail relationship
Столбцы
id
integer NOT NULL PRIMARY KEYID
notificationlot_id
bigint NOT NULL FOREIGN KEY REFERENCESgz_notificationlot
(id
)notificationlot
requirementdetail_id
integer NOT NULL FOREIGN KEY REFERENCESgz_requirementdetail
(id
)requirementdetail
Ограничения
UNIQUE KEY (notificationlot_id, requirementdetail_id)
Внешние ключи
notificationlot_id
bigint NOT NULL FOREIGN KEY REFERENCESgz_notificationlot
(id
)notificationlot
requirementdetail_id
integer NOT NULL FOREIGN KEY REFERENCESgz_requirementdetail
(id
)requirementdetail