SQLite format 3@  -% 8? k  | s  =//indexunique_schema_migrationsschema_migrations CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")q //tableschema_migrationsschema_migrations CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)y G!indexindex_users_on_remember_tokenusers CREATE INDEX "index_users_on_remember_token" ON "users" ("remember_token")e 5 indexindex_users_on_emailusers CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")ktableusersusers CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "created_at" datetime, "updated_at" datetime, "password_digest" varchar(255), "remember_token" varchar(255), "admin" boolean)Q'5indexindex_relationships_on_follower_idrelationshipsCREATE INDEX "index_relationships_on_follower_id" ON "relationships" ("follower_id")Fq'indexindex_relationships_on_follower_id_and_followed_idrelationshipsCREATE UNIQUE INDEX "index_relationships_on_follower_id_and_followed_id" ON "relationships" ("follower_id", "followed_id")Q'5indexindex_relationships_on_followed_idrelationshipsCREATE INDEX "index_relationships_on_followed_id" ON "relationships" ("followed_id")Q''atablerelationshipsrelationshipsCREATE TABLE "relationships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "follower_id" integer, "followed_id" integer, "created_at" datetime, "updated_at" datetime)$a!Sindexindex_microposts_on_user_id_and_created_atmicropostsCREATE INDEX "index_microposts_on_user_id_and_created_at" ON "microposts" ("user_id", "created_at")P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)E!!UtablemicropostsmicropostsCREATE TABLE "microposts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "content" varchar(255), "user_id" integer, "created_at" datetime, "updated_at" datetime)           )20130315175534)20130315015932)20130314184954)20130311201841)20130311194153)20130311191400)20130315230445 ||)20130315175534)20130315015932)20130314184954)20130311201841)20130311194153)20130311191400) 20130315230445