SQLite format 3@ % %-  0Ӳr 33User2015-02-12 03:02:492015-02-12 03:02:49  tags:l users:l phones:l   User:l +Ӳr 332015-02-12 03:02:492015-02-12 03:02:49  :l *Ӳr332015-02-12 03:02:492015-02-12 03:02:49 wwLPRtablephonesphonesCREATE TABLE "phones" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "phoneable_id" integer, "phoneable_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)/kgindexindex_phones_on_phoneable_type_and_phoneable_idphonesCREATE INDEX "index_phones_on_phoneable_type_and_phoneable_id" ON "phones" ("phoneable_type", "phoneable_id")-=tabletagstagsCREATE TABLE "tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) )20150211224139)20150211224157)20150211224225 =//indexunique_schema_migrationsschema_migrations CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")`7indexindex_tags_on_user_idtagsCREATE INDEX "index_tags_on_user_id" ON "tags" ("user_id")tableusersusersCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)l//tableschema_migrationsschema_migrations CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) )20150211224139)20150211224157) 20150211224225