Difference between revisions of "Schema:identifier types"
Jump to navigation
Jump to search
(Page creation) |
(No difference)
|
Latest revision as of 19:20, 25 May 2017
Schema Summary
+---------------------------+----------+------+-----+---------+----------------+ | Field | Type | Null | Key | Default | Extra | +---------------------------+----------+------+-----+---------+----------------+ | identifier_type_id | int(11) | NO | PRI | NULL | auto_increment | | identifier_type_name | tinytext | YES | | NULL | | | identifier_type_full_name | text | YES | | NULL | | +---------------------------+----------+------+-----+---------+----------------+
Description
This table is used to store the names of external identifier types.
- identifier_type_id - Unique key ID.
- identifier_type_name - Displayed short name of an external identifier type.
- identifier_type_full_name - Displayed full name of an external identifier type.