SQLite format 3@  -        LP?))9tableboolean_modelsboolean_modelsCREATE TABLE "boolean_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "boolean_field" boolean, "created_at" datetime, "updated_at" datetime)P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)/##%tableenum_modelsenum_modelsCREATE TABLE "enum_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "status" integer, "created_at" datetime, "updated_at" datetime)--tablelexiconslexiconsCREATE TABLE "lexicons" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "the_answer_id" integer, "created_at" datetime, "updated_at" datetime)  9pK19 =//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)7##5tablethe_answersthe_answers CREATE TABLE "the_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "ultimate_truth" varchar, "created_at" datetime, "updated_at" datetime)K)indexindex_lexicons_on_the_answer_idlexiconsCREATE INDEX "index_lexicons_on_the_answer_id" ON "lexicons" ("the_answer_id")X))ktablenumeric_modelsnumeric_modelsCREATE TABLE "numeric_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "integer_field" integer, "decimal_field" decimal, "created_at" datetime, "updated_at" datetime)2;tableparentsparents CREATE TABLE "parents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar, "field" varchar, "created_at" datetime, "updated_at" datetime)  )20150131162551)20150131153819)20150131161322)20150131164609)20150127220502)20150131170613 )20150131162551)20150131153819)20150131161322)20150131164609)20150127220502) 20150131170613