SQLite format 3@ > >-$ - & & | & - icindexindex_follows_on_follower_id_and_follower_typefollows CREATE INDEX "index_follows_on_follower_id_and_follower_type" ON "follows" ("follower_id", "follower_type") ]Kindexindex_follows_on_actor_id_and_actor_typefollows CREATE INDEX "index_follows_on_actor_id_and_actor_type" ON "follows" ("actor_id", "actor_type")S}tablefollowsfollows CREATE TABLE "follows" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "actor_id" integer NOT NULL, "actor_type" varchar(255) NOT NULL, "follower_id" integer NOT NULL, "follower_type" varchar(255) NOT NULL, "blocked" boolean DEFAULT 'f' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)'c!Windexindex_activities_on_actor_id_and_actor_typeactivitiesCREATE INDEX "index_activities_on_actor_id_and_actor_type" ON "activities" ("actor_id", "actor_type")}!!EtableactivitiesactivitiesCREATE TABLE "activities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "actor_id" integer NOT NULL, "actor_type" varchar(255) NOT NULL, "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)2CtableusersusersCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)StablepostspostsCREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "body" text, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)=//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) )20130423080539)20130416061831)20130416061349 )20130423080539)20130416061831) 20130416061349   users! 5z5C!!AAuser three2013-04-24 06:14:46.2393872013-04-24 06:14:46.239387A AAuser two2013-04-24 06:14:46.2356212013-04-24 06:14:46.235621AAAuser one2013-04-24 06:14:46.2242042013-04-24 06:14:46.224204