SQLite format 3@  - 7 z  B { 5=//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)k = indexindex_things_on_positionthings CREATE INDEX "index_things_on_position" ON "things" ("position")= Utablethingsthings CREATE TABLE "things" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "position" integer NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)# tableparentsparents CREATE TABLE "parents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)z C%indexindex_other_things_on_placeother_things CREATE INDEX "index_other_things_on_place" ON "other_things" ("place")L%%[tableother_thingsother_things CREATE TABLE "other_things" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "place" integer NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)zC%indexindex_order_things_on_orderorder_thingsCREATE INDEX "index_order_things_on_order" ON "order_things" ("order")L%%[tableorder_thingsorder_thingsCREATE TABLE "order_things" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "order" integer NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)g; indexindex_items_on_positionitemsCREATE INDEX "index_items_on_position" ON "items" ("position"):StableitemsitemsCREATE TABLE "items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "position" integer NOT NULL)sAindexindex_children_on_positionchildrenCREATE INDEX "index_children_on_position" ON "children" ("position")P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)QtablechildrenchildrenCREATE TABLE "children" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) NOT NULL, "parent_id" integer NOT NULL, "position" integer NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)             )20140721161122)20140721161028)20140525112123)20140525111906)20140525104834)20140512100816)20150408101403 ||)20140721161122)20140721161028)20140525112123)20140525111906)20140525104834)20140512100816) 20150408101403