Added default storage to vessel and some other fixes
This commit is contained in:
@@ -74,6 +74,7 @@ CREATE TABLE vessel (
|
||||
beltpos_aft float(4,2) UNSIGNED DEFAULT NULL,
|
||||
beltpos_bow float(4,2) UNSIGNED DEFAULT NULL,
|
||||
shapefile varchar(40) DEFAULT NULL,
|
||||
sid_default smallint(6) UNSIGNED DEFAULT NULL, -- default storage
|
||||
remarks varchar(150) DEFAULT NULL,
|
||||
PRIMARY KEY (vid)
|
||||
) ENGINE=InnoDB;
|
||||
|
||||
Reference in New Issue
Block a user