SQLite format 3@         uEtablesystemsystemCREATE TABLE system ("id" INTEGER PRIMARY KEY NOT NULL, "password" varchar(60) DEFAULT NULL)3++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)< KtablesessionssessionsCREATE TABLE sessions ("id" INTEGER PRIMARY KEY NOT NULL, "session_id" varchar(255) DEFAULT NULL, "data" text DEFAULT NULL, "updated_at" datetime DEFAULT NULL)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) ttq q//tableschema_migrationsschema_migrationsCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)=//indexunique_schema_migrationsschema_migrationsCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")EYtablerevisionsrevisionsCREATE TABLE "revisions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT 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(16777215) DEFAULT '' NOT NULL, "author" varchar(60), "ip" varchar(60))P++Ytablesqlite_sequencesqlite_sequence CREATE TABLE sqlite_sequence(name,seq)tAindexindex_revisions_on_page_idrevisions CREATE INDEX "index_revisions_on_page_id" ON "revisions" ("page_id")}G!indexindex_revisions_on_created_atrevisions CREATE INDEX "index_revisions_on_created_at" ON "revisions" ("created_at")   AA< Ktablesessionssessionsq?indexindex_revisions_on_authorrevisionsCREATE INDEX "index_revisions_on_author" ON "revisions" ("author")ktablepagespagesCREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "web_id" integer DEFAULT 0 NOT NULL, "locked_by" varchar(60), "name" varchar(255), "locked_at" datetime)@ctablewebswebsCREATE TABLE "webs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT 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), "additional_style" text(255), "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)       -q9pP++Ytablesqlite_sequencesqlite_sequence CREATE TABLE A++9tablewiki_referenceswiki_references CREATE TABLE "wiki_references" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "page_id" integer DEFAULT 0 NOT NULL, "referenced_name" varchar(255) DEFAULT '$]+Mindexindex_wiki_references_on_referenced_namewiki_referencesCREATE INDEX "index_wiki_references_on_referenced_name" ON "wiki_references" ("referenced_name")A++9tablewiki_referenceswiki_references CREATE TABLE "wiki_references" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "page_id" integer DEFAULT 0 NOT NULL, "referenced_name" varchar(255) DEFAULT '' NOT NULL, "link_type" varchar(1) DEFAULT '' NOT NULL) M+-indexindex_wiki_references_on_page_idwiki_referencesCREATE INDEX "index_wiki_references_on_page_id" ON "wiki_references" ("page_id")  )20100101192755)2009102102490812 )20100101192755)2009102102490812