SQLite format 3@ %-% =//indexunique_schema_migrationsschema_migrationsCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")\ tablearticlesarticlesCREATE TABLE "articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "title" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)2CtableusersusersCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)q//tableschema_migrationsschema_migrationsCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) )20140916044833)20140916044814 9y9>AAdummy2014-09-17 13:30:21.9553232014-09-17 13:30:21.955323BAAcat_tree22014-09-17 13:30:21.9438662014-09-17 13:30:21.943866AAAcat_tree2014-09-17 13:30:21.9231822014-09-17 13:30:21.923182 users users articles 6z6BAAtitle32014-09-17 13:30:21.9517132014-09-17 13:30:21.951713A AAtitle22014-09-17 13:30:21.9397182014-09-17 13:30:21.939718A AAtitle12014-09-17 13:30:21.9313542014-09-17 13:30:21.931354 )20140916044833)20140916044814