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

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

Row count: 6

Download CSV Zipped

CREATE TABLE GuildGrade (
  [ PrimaryKey ] INTEGER NOT NULL,
  [ SecondaryKey ] INTEGER NOT NULL,
  [ Name ] TEXT NOT NULL,
  [ Comment ] TEXT NOT NULL,
  [ MaxMember ] INTEGER NOT NULL,
  [ Authority01 ] INTEGER NOT NULL,
  [ Authority02 ] INTEGER NOT NULL,
  [ Authority03 ] INTEGER NOT NULL,
  [ Authority04 ] INTEGER NOT NULL,
  [ Authority05 ] INTEGER NOT NULL,
  [ Authority06 ] INTEGER NOT NULL,
  [ Authority07 ] INTEGER NOT NULL,
  [ Authority08 ] INTEGER NOT NULL,
  [ Authority09 ] INTEGER NOT NULL,
  [ Authority10 ] INTEGER NOT NULL,
  [ Authority11 ] INTEGER NOT NULL,
  [ Authority12 ] INTEGER NOT NULL,
  [ Authority13 ] INTEGER NOT NULL,
  [ Authority14 ] INTEGER NOT NULL,
  [ Authority15 ] INTEGER NOT NULL,
  [ Authority16 ] INTEGER NOT NULL,
  [ Authority17 ] INTEGER NOT NULL,
  [ Authority18 ] INTEGER NOT NULL,
  [ Authority19 ] INTEGER NOT NULL,
  [ Authority20 ] INTEGER NOT NULL,
  [ Authority21 ] INTEGER NOT NULL,
  [ SourceRow ] INTEGER NOT NULL,
  [ Milestone ] TEXT NOT NULL
)