EFTable_TownFarmObjectTypeInfo.db
Generated on: 2025-07-23 11:56:11 UTC
Row count: 8
CREATE TABLE TownFarmObjectTypeInfo (
[ PrimaryKey ] INTEGER NOT NULL,
[ SecondaryKey ] INTEGER NOT NULL,
[ Name ] TEXT NOT NULL,
[ Comment ] TEXT NOT NULL,
[ Icon ] TEXT NOT NULL,
[ IconIndex ] INTEGER NOT NULL,
[ GrowingIcon ] TEXT NOT NULL,
[ GrowingIconIndex ] INTEGER NOT NULL,
[ SettingNpcId1_1 ] INTEGER NOT NULL,
[ SettingNpcCount1_1 ] INTEGER NOT NULL,
[ SettingNpcMotion1_1 ] TEXT NOT NULL,
[ SettingNpcId1_2 ] INTEGER NOT NULL,
[ SettingNpcCount1_2 ] INTEGER NOT NULL,
[ SettingNpcMotion1_2 ] TEXT NOT NULL,
[ SettingNpcSpotMin1 ] INTEGER NOT NULL,
[ SettingNpcSpotMax1 ] INTEGER NOT NULL,
[ SettingNpcId2 ] INTEGER NOT NULL,
[ SettingNpcCount2 ] INTEGER NOT NULL,
[ SettingNpcMotion2 ] TEXT NOT NULL,
[ SettingNpcSpotMin2 ] INTEGER NOT NULL,
[ SettingNpcSpotMax2 ] INTEGER NOT NULL,
[ SourceRow ] INTEGER NOT NULL,
[ Milestone ] TEXT NOT NULL,
PRIMARY KEY ([ PrimaryKey ])
)