EFTable_VoyageStat.db
Generated on: 2025-07-23 11:56:11 UTC
Row count: 51
CREATE TABLE VoyageStat (
[ PrimaryKey ] INTEGER NOT NULL,
[ SecondaryKey ] INTEGER NOT NULL,
[ ShipSpeed ] INTEGER NOT NULL,
[ VoyageTolerance ] INTEGER NOT NULL,
[ ShipHP ] INTEGER NOT NULL,
[ ClassifyType ] INTEGER NOT NULL,
[ ClassifyIndex ] INTEGER NOT NULL,
[ VoyageTolerance_Sea_Weed ] INTEGER NOT NULL,
[ VoyageTolerance_Dead_Person ] INTEGER NOT NULL,
[ VoyageTolerance_Siren ] INTEGER NOT NULL,
[ VoyageTolerance_Storm ] INTEGER NOT NULL,
[ VoyageTolerance_Cold_Wave ] INTEGER NOT NULL,
[ VoyageTolerance_Sand_Storm ] INTEGER NOT NULL,
[ SourceRow ] INTEGER NOT NULL,
[ Milestone ] TEXT NOT NULL,
PRIMARY KEY ([ PrimaryKey ])
)