SQLite format 3@ - 0g  Q y 0f!=//indexunique_schema_migrationsschema_migrationsCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")l//tableschema_migrationsschema_migrationsCREATE TABLE "schema_migrations" ("version" varchar NOT NULL)h; indexindex_visits_on_user_idvisitsCREATE INDEX "index_visits_on_user_id" ON "visits" ("user_id")k = indexindex_visits_on_place_idvisitsCREATE INDEX "index_visits_on_place_id" ON "visits" ("place_id")G itablevisitsvisits CREATE TABLE "visits" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "place_id" integer, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) tableusersusers CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)& tableproductsproducts CREATE TABLE "products" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)q Aindexindex_places_on_country_idplaces CREATE INDEX "index_places_on_country_id" ON "places" ("country_id")6Gtableplacesplaces CREATE TABLE "places" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "country_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL))!tablecountriescountriesCREATE TABLE "countries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)Cwindexindex_comments_on_commentable_type_and_commentable_idcommentsCREATE INDEX "index_comments_on_commentable_type_and_commentable_id" ON "comments" ("commentable_type", "commentable_id")\ tablecommentscommentsCREATE TABLE "comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "commentable_id" integer, "commentable_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)o?indexindex_actions_on_visit_idactionsCREATE INDEX "index_actions_on_visit_id" ON "actions" ("visit_id")uCindexindex_actions_on_product_idactionsCREATE INDEX "index_actions_on_product_id" ON "actions" ("product_id")P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)MqtableactionsactionsCREATE TABLE "actions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "visit_id" integer, "product_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)               )20150727081905)20150727081904)20150727081827)20150727081755)20150727081314)20150727081137)20150727082016 ||)20150727081905)20150727081904)20150727081827)20150727081755)20150727081314)20150727081137) 20150727082016