SQLite format 3@  -'        P*]tablefollowsfollowsCREATE TABLE "follows" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "followable_id" integer NOT NULL, "followable_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)P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)q)+indexfk_followablesfollowsCREATE INDEX "fk_followables" ON "follows" ("followable_id", "followable_type")e!indexfk_followsfollowsCREATE INDEX "fk_follows" ON "follows" ("follower_id", "follower_type")StablepagespagesCREATE TABLE "pages" ("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) .R##ktablepermissionspermissionsCREATE TABLE "permissions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "permissor_type" varchar(255), "permissor_id" integer, "permissible_type" varchar(255), "permissible_id" integer, "relationship_type" varchar(255) DEFAULT 'none', "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)O}# indexindex_permissions_on_permissible_type_and_permissible_idpermissions CREATE INDEX "index_permissions_on_permissible_type_and_permissible_id" ON "permissions" ("permissible_type", "permissible_id")    )20130906213557)20130906211525)20130906213612)20130907010108  =//indexunique_schema_migrationsschema_migrationsCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")Cu#{indexindex_permissions_on_permissor_type_and_permissor_idpermissions CREATE INDEX "index_permissions_on_permissor_type_and_permissor_id" ON "permissions" ("permissor_type", "permissor_id")6 Ktableusersusers CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "nickname" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)q //tableschema_migrationsschema_migrations CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) )20130906213557)20130906211525)20130906213612)20130907010108