SQLite format 3@        "AL##atableschema_infoschema_infoCREATE TABLE schema_info (version integer)tablepagespagesCREATE TABLE pages ("id" INTEGER PRIMARY KEY NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "web_id" integer DEFAULT 0 NOT NULL, "locked_by" varchar(60) DEFAULT NULL, "name" varchar(60) DEFAULT NULL, "locked_at" datetime DEFAULT NULL)EYtablerevisionsrevisionsCREATE TABLE revisions ("id" INTEGER PRIMARY KEY NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "revised_at" datetime NOT NULL, "page_id" integer DEFAULT 0 NOT NULL, "content" text DEFAULT '' NOT NULL, "author" varchar(60) DEFAULT NULL, "ip" varchar(60) DEFAULT NULL)uEtablesystemsystemCREATE TABLE system ("id" INTEGER PRIMARY KEY NOT NULL, "password" varchar(60) DEFAULT NULL) }}M}tablewebswebsCREATE TABLE webs ("id" INTEGER PRIMARY KEY NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "name" varchar(60) DEFAULT '' NOT NULL, "address" varchar(60) DEFAULT '' NOT NULL, "password" varchar(60) DEFAULT NULL, "additional_style" varchar(255) DEFAULT NULL, "allow_uploads" integer DEFAULT 1, "published" integer DEFAULT 0, "count_pages" integer DEFAULT 0, "markup" varchar(50) DEFAULT 'markdownMML', "color" varchar(6) DEFAULT '008B26', "max_upload_size" integer DEFAULT 100, "safe_mode" integer DEFAULT 0, "brackets_only" integer DEFAULT 0)0++tablewiki_referenceswiki_references CREATE TABLE wiki_references ("id" INTEGER PRIMARY KEY NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "page_id" integer DEFAULT 0 NOT NULL, "referenced_name" varchar(60) DEFAULT '' NOT NULL, "link_type" varchar(1) DEFAULT '' NOT NULL)   SArAindexindex_revisions_on_page_idrevisions CREATE INDEX "index_revisions_on_page_id" ON revisions ("page_id"){Gindexindex_revisions_on_created_atrevisions CREATE INDEX "index_revisions_on_created_at" ON revisions ("created_at")o ? indexindex_revisions_on_authorrevisions CREATE INDEX "index_revisions_on_author" ON revisions ("author")< KtablesessionssessionsCREATE TABLE sessions ("id" INTEGER PRIMARY KEY NOT NULL, "session_id" varchar(255) DEFAULT NULL, "data" text DEFAULT NULL, "updated_at" datetime DEFAULT NULL)       SqsS"]+Iindexindex_wiki_references_on_referenced_namewiki_referencesCREATE INDEX "index_wiki_references_on_referenced_name" ON wiki_references ("referenced_name")w Eindexindex_sessions_on_session_idsessionsCREATE INDEX "index_sessions_on_session_id" ON sessions ("session_id") !!Itablewiki_fileswiki_filesCREATE TABLE wiki_files ("id" INTEGER PRIMARY KEY NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "web_id" integer NOT NULL, "file_name" varchar(255) NOT NULL, "description" varchar(255) NOT NULL) M+)indexindex_wiki_references_on_page_idwiki_referencesCREATE INDEX "index_wiki_references_on_page_id" ON wiki_references ("page_id")