SQLite format 3@ -   =//indexunique_schema_migrationsschema_migrationsCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")q//tableschema_migrationsschema_migrationsCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)W-Aindexindex_bot_mob_installs_on_external_idbot_mob_installsCREATE INDEX "index_bot_mob_installs_on_external_id" ON "bot_mob_installs" ("external_id")P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)--7tablebot_mob_installsbot_mob_installsCREATE TABLE "bot_mob_installs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "bot_class" varchar(255), "external_id" varchar(255), "token" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)    )20160822232956 ) 20160822232956