SQLite format 3@   .@ ];! J W]-9tableusersusersCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) Y/Eindexindex_rapidfire_answers_on_question_idrapidfire_answersCREATE INDEX "index_rapidfire_answers_on_question_id" ON "rapidfire_answers" ("question_id") W/Aindexindex_rapidfire_answers_on_attempt_idrapidfire_answersCREATE INDEX "index_rapidfire_answers_on_attempt_id" ON "rapidfire_answers" ("attempt_id")p //tablerapidfire_answersrapidfire_answers CREATE TABLE "rapidfire_answers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "attempt_id" integer, "question_id" integer, "answer_text" text, "created_at" datetime, "updated_at" datetime)A o1oindexindex_rapidfire_attempts_on_user_id_and_user_typerapidfire_attempts CREATE INDEX "index_rapidfire_attempts_on_user_id_and_user_type" ON "rapidfire_attempts" ("user_id", "user_type") W1Aindexindex_rapidfire_attempts_on_survey_idrapidfire_attempts CREATE INDEX "index_rapidfire_attempts_on_survey_id" ON "rapidfire_attempts" ("survey_id")o 11 tablerapidfire_attemptsrapidfire_attempts CREATE TABLE "rapidfire_attempts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "survey_id" integer, "user_type" varchar, "user_id" integer, "created_at" datetime, "updated_at" datetime)"Y3Eindexindex_rapidfire_questions_on_survey_idrapidfire_questions CREATE INDEX "index_rapidfire_questions_on_survey_id" ON "rapidfire_questions" ("survey_id")f33stablerapidfire_questionsrapidfire_questionsCREATE TABLE "rapidfire_questions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "survey_id" integer, "type" varchar, "question_text" varchar, "default_text" varchar, "placeholder" varchar, "position" integer, "answer_options" text, "validation_rules" text, "created_at" datetime, "updated_at" datetime)P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)T//Wtablerapidfire_surveysrapidfire_surveysCREATE TABLE "rapidfire_surveys" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "introduction" text, "created_at" datetime, "updated_at" datetime)N55?tablear_internal_metadataar_internal_metadataCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)G[5indexsqlite_autoindex_ar_internal_metadata_1ar_internal_metadatax//tableschema_migrationsschema_migrationsCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)AU/indexsqlite_autoindex_schema_migrations_1schema_migrations )20170912150930)20130502195504)20130502195415)20130502195310)20130502170733 )20170912150930)20130502195504)20130502195415)20130502195310) 20130502170733 O##AAenvironmentdevelopment2017-09-08 08:26:06.5858332017-09-08 08:26:06.585833 # environment