Different vessel shapes
This commit is contained in:
@@ -66,6 +66,7 @@ CREATE TABLE vessel (
|
||||
ballast smallint(6) UNSIGNED DEFAULT NULL,
|
||||
beltpos_aft float(4,2) UNSIGNED DEFAULT NULL,
|
||||
beltpos_bow float(4,2) UNSIGNED DEFAULT NULL,
|
||||
shapefile varchar(40) DEFAULT NULL,
|
||||
remarks varchar(150) DEFAULT NULL,
|
||||
PRIMARY KEY (vid)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user