Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

EFTable_TownBuilding.db

Generated on: 2025-07-23 11:56:11 UTC

Row count: 33

Download CSV Zipped

CREATE TABLE TownBuilding (
  [ PrimaryKey ] INTEGER NOT NULL,
  [ SecondaryKey ] INTEGER NOT NULL,
  [ Name ] TEXT NOT NULL,
  [ Desc ] TEXT NOT NULL,
  [ BuildingType ] INTEGER NOT NULL,
  [ NeedResearchId ] INTEGER NOT NULL,
  [ Model ] TEXT NOT NULL,
  [ ContentsTriggerId ] INTEGER NOT NULL,
  [ BuildingEffect1 ] INTEGER NOT NULL,
  [ BuildingEffect2 ] INTEGER NOT NULL,
  [ BuildingEffect3 ] INTEGER NOT NULL,
  [ BuildingEffect4 ] INTEGER NOT NULL,
  [ BuildingEffect5 ] INTEGER NOT NULL,
  [ ClassifyType ] INTEGER NOT NULL,
  [ ClassifyIndex ] INTEGER NOT NULL,
  [ SourceRow ] INTEGER NOT NULL,
  [ Milestone ] TEXT NOT NULL,
  PRIMARY KEY ([ PrimaryKey ], [ SecondaryKey ])
)