INDEX | REVISIONS | OVERVIEW | FIELD SUMMARY | |
DATATYPES | SQL SUMMARY | TRIGGERS |
Table : identifiers |
Field Summary | ||
Name | Type | Description |
---|---|---|
id | Serial | |
reference_item_id | reference_items(id) | |
content | Varchar-50 | |
identifier_type_id | identifier_type(id) |
Sql Summary | |||||||
Name | Type | PrKey | Unq | NotN | MUnq | Def | Idx1 |
---|---|---|---|---|---|---|---|
id | int | ||||||
reference_item_id | int | ||||||
content | varchar(50) | ||||||
identifier_type_id | int |
Foreign Keys | |||
Field | Import | On Update | On Delete |
---|---|---|---|
reference_item_id | reference_items(id) | NO ACTION | NO ACTION |
identifier_type_id | identifier_type(id) | NO ACTION | NO ACTION |
INDEX | REVISIONS | OVERVIEW | FIELD SUMMARY | |
DATATYPES | SQL SUMMARY | TRIGGERS |