SQLite format 3@ - X=//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)o-tabletype_twostype_twosCREATE TABLE "type_twos" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "from_format" varchar(255), "item" varchar(255), "data" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)n+tabletype_onestype_onesCREATE TABLE "type_ones" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "formatting" varchar(255), "title" varchar(255), "raw" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)    )20130211192047)20130211192122 )20130211192047)20130211192122