Different vessel shapes

This commit is contained in:
2024-04-11 18:44:04 +02:00
parent eccb68e9a2
commit 806cc407eb
9 changed files with 1097 additions and 98 deletions
+1
View File
@@ -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)
);