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

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

Row count: 3724

Download CSV Zipped

CREATE TABLE Calendar (
  [ PrimaryKey ] INTEGER NOT NULL,
  [ SecondaryKey ] INTEGER NOT NULL,
  [ ContentsType ] INTEGER NOT NULL,
  [ ContentsId ] INTEGER NOT NULL,
  [ TimeIndex ] INTEGER NOT NULL,
  [ ContentsRequirementId ] INTEGER NOT NULL,
  [ Category ] INTEGER NOT NULL,
  [ AutoRegister ] INTEGER NOT NULL,
  [ AlarmTimeEditAvailable ] INTEGER NOT NULL,
  [ StartIcon ] TEXT NOT NULL,
  [ StartIconIndex ] INTEGER NOT NULL,
  [ EndIcon ] TEXT NOT NULL,
  [ EndIconIndex ] INTEGER NOT NULL,
  [ ImageOrder ] INTEGER NOT NULL,
  [ PeriodContents ] INTEGER NOT NULL,
  [ ShowMapButton ] INTEGER NOT NULL,
  [ DisplayStartYear ] INTEGER NOT NULL,
  [ DisplayStartMon ] INTEGER NOT NULL,
  [ DisplayStartDay ] INTEGER NOT NULL,
  [ DisplayEndYear ] INTEGER NOT NULL,
  [ DisplayEndMon ] INTEGER NOT NULL,
  [ DisplayEndDay ] INTEGER NOT NULL,
  [ ClassifyType ] INTEGER NOT NULL,
  [ ClassifyIndex ] INTEGER NOT NULL,
  [ DisplayRange ] INTEGER NOT NULL,
  [ ContentsGroup ] INTEGER NOT NULL,
  [ ContentsGroupName ] TEXT NOT NULL,
  [ EventType ] INTEGER NOT NULL,
  [ Thumbnail_Icon ] TEXT NOT NULL,
  [ Thumbnail_IconIndex ] INTEGER NOT NULL,
  [ ShowWhenString ] TEXT NOT NULL,
  [ ClassifyType2 ] INTEGER NOT NULL,
  [ ClassifyIndex2 ] INTEGER NOT NULL,
  [ SourceRow ] INTEGER NOT NULL,
  [ Milestone ] TEXT NOT NULL,
  PRIMARY KEY ([ PrimaryKey ])
)