SQLite format 3@  . W, m O W =//indexunique_schema_migrationsschema_migrations CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")l //tableschema_migrationsschema_migrations CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)K#)indexindex_the_answers_on_lexicon_idthe_answers CREATE INDEX "index_the_answers_on_lexicon_id" ON "the_answers" ("lexicon_id")_##tablethe_answersthe_answersCREATE TABLE "the_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "ultimate_truth" varchar, "lexicon_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)D_tableparentsparentsCREATE TABLE "parents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar, "field" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)j))tablenumeric_modelsnumeric_modelsCREATE TABLE "numeric_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "integer_field" integer, "decimal_field" decimal, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)&tablelexiconslexiconsCREATE TABLE "lexicons" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)A##Itableenum_modelsenum_modelsCREATE TABLE "enum_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "status" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)Q))]tableboolean_modelsboolean_modelsCREATE TABLE "boolean_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "boolean_field" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)         )20150131153819)20150131162551)20150131164609)20150131161322)20150127220502)20150131170613 )20150131153819)20150131162551)20150131164609)20150131161322)20150127220502) 20150131170613