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

Generated on: 2025-07-23 11:55:31 UTC

Row count: 31

Download CSV Zipped

CREATE TABLE GuildLevel (
  [ PrimaryKey ] INTEGER NOT NULL,
  [ MaxMember ] INTEGER NOT NULL,
  [ MaxExp ] INTEGER NOT NULL,
  [ AttendanceBonusToken ] INTEGER NOT NULL,
  [ AttendanceBonusActivityPoint ] INTEGER NOT NULL,
  [ Name ] TEXT NOT NULL,
  [ Desc ] TEXT NOT NULL,
  [ DescFalse ] TEXT NOT NULL,
  [ SourceRow ] INTEGER NOT NULL,
  [ Milestone ] TEXT NOT NULL
)