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_ContinentBase.db

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

Row count: 26

Download CSV Zipped

CREATE TABLE ContinentBase (
  [ PrimaryKey ] INTEGER NOT NULL,
  [ SecondaryKey ] INTEGER NOT NULL,
  [ Name ] TEXT NOT NULL,
  [ Comment ] TEXT NOT NULL,
  [ Desc ] TEXT NOT NULL,
  [ SortOrder ] INTEGER NOT NULL,
  [ Thumbnail ] TEXT NOT NULL,
  [ ThumbnailIndex ] INTEGER NOT NULL,
  [ Map ] TEXT NOT NULL,
  [ BackGroundImage ] TEXT NOT NULL,
  [ AbleToUseButton ] INTEGER NOT NULL,
  [ RequiredQuestId ] INTEGER NOT NULL,
  [ RecommendedItemLevel ] INTEGER NOT NULL,
  [ UI_Center_Xlocation ] INTEGER NOT NULL,
  [ UI_Center_Ylocation ] INTEGER NOT NULL,
  [ UI_Xlocation ] INTEGER NOT NULL,
  [ UI_Ylocation ] INTEGER NOT NULL,
  [ Group ] INTEGER NOT NULL,
  [ GroupName ] TEXT NOT NULL,
  [ NickName ] TEXT NOT NULL,
  [ PortZoneId ] INTEGER NOT NULL,
  [ ClassifyType ] INTEGER NOT NULL,
  [ ClassifyIndex ] INTEGER NOT NULL,
  [ SourceRow ] INTEGER NOT NULL,
  [ Milestone ] TEXT NOT NULL,
  PRIMARY KEY ([ PrimaryKey ])
)