SQLite format 3@   )20090708183550)20090708174947)20090708045618)20090706200318)20090706180046)20090703071830)20090702170207 {{)20090708183550)20090708174947)20090708045618)20090706200318)20090706180046)20090703071830)20090702170207  3hell_on_earth_items   441:q//tableschema_migrationsschema_migrationsCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)=//indexunique_schema_migrationsschema_migrationsCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")4%%+tablesimple_itemssimple_itemsCREATE TABLE "simple_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "position" integer, "created_at" datetime, "updated_at" datetime)P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)I%%Utablescoped_itemsscoped_itemsCREATE TABLE "scoped_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "position" integer, "parent_id" integer, "created_at" datetime, "updated_at" datetime)wKKetabledifferent_position_column_itemsdifferent_position_column_itemsCREATE TABLE "different_position_column_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "different_position" integer, "created_at" datetime, "updated_at" datetime)  &&W//]tableconditional_itemsconditional_items CREATE TABLE "conditional_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "position" integer, "tag" varchar(255), "created_at" datetime, "updated_at" datetime)x77tablemultiple_scoped_itemsmultiple_scoped_items CREATE TABLE "multiple_scoped_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "position" integer, "parent_id" integer, "tag" varchar(255), "created_at" datetime, "updated_at" datetime) 33+tablemultiple_list_itemsmultiple_list_items CREATE TABLE "multiple_list_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "position" integer, "client_position" integer, "developer_position" integer, "created_at" datetime, "updated_at" datetime)   3 33t2009-07-08 19:07:512009-07-08 19:07:51 V 33Stablehell_on_earth_itemshell_on_earth_items CREATE TABLE "hell_on_earth_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "position" integer, "client_position" integer, "developer_position" integer, "parent_id" integer, "session_id" integer, "tag" varchar(255), "published" boolean, "created_at" datetime, "updated_at" datetime)