SQLite format 3@  -   )20150131170613)20150131164609)20150131162551)20150131161322)20150131153819)20150127220502 )20150131170613)20150131164609)20150131162551)20150131161322)20150131153819) 20150127220502      GG?Kl//tableschema_migrationsschema_migrationsCREATE TABLE "schema_migrations" ("version" varchar NOT NULL)=//indexunique_schema_migrationsschema_migrationsCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")7##5tablethe_answersthe_answersCREATE TABLE "the_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "ultimate_truth" varchar, "created_at" datetime, "updated_at" datetime)P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)2;tableparentsparentsCREATE TABLE "parents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar, "field" varchar, "created_at" datetime, "updated_at" datetime) |c%.|/ ##%tableenum_modelsenum_models CREATE TABLE "enum_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "status" integer, "created_at" datetime, "updated_at" datetime) K)indexindex_lexicons_on_the_answer_idlexicons CREATE INDEX "index_lexicons_on_the_answer_id" ON "lexicons" ("the_answer_id")--tablelexiconslexicons CREATE TABLE "lexicons" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "the_answer_id" integer, "created_at" datetime, "updated_at" datetime)?))9tableboolean_modelsboolean_modelsCREATE TABLE "boolean_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "boolean_field" boolean, "created_at" datetime, "updated_at" datetime)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)