generated from NEFSC/NEFSC-Template
-
Notifications
You must be signed in to change notification settings - Fork 1
dbTable: EQUIPMENT_CHANGE
George Maynard edited this page Aug 2, 2022
·
1 revision
This table tracks equipment installations, change outs, and removals from vessels.
Field | Type | Collation | Null | Key | Default | Extra | Privileges | Comment |
---|---|---|---|---|---|---|---|---|
EQUIPMENT_CHANGE_ID | int | NULL | NO | PRI | NULL | auto_increment | select,insert,update,references | A unique identifier used in this database only |
START_INVENTORY_ID | int | NULL | YES | MUL | NULL | select,insert,update,references | The piece of equipment initially on the vessel. NULL if new install. | |
END_INVENTORY_ID | int | NULL | YES | MUL | NULL | select,insert,update,references | The piece of equipment installed on the vessel. NULL if equipment removed. | |
VISIT_ID | int | NULL | YES | MUL | NULL | select,insert,update,references | Visit ID number for when the install / removal / swap occurred |