SQLite format 3@  - W$ C ' J N 55?tablear_internal_metadataar_internal_metadata CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)G [5indexsqlite_autoindex_ar_internal_metadata_1ar_internal_metadata x//tableschema_migrationsschema_migrationsCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)AU/indexsqlite_autoindex_schema_migrations_1schema_migrations tableusersusersCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "role" varchar, "name" varchar, "manager_id" integer)tabletodostodosCREATE TABLE "todos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "completed" boolean DEFAULT 'f' NOT NULL, "created_by_id" integer, "owner_id" integer)^##tabletest_modelstest_modelsCREATE TABLE "test_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "test_attribute" varchar, "completed" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)^tablecommentscommentsCREATE TABLE "comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "comment" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "todo_id" integer, "author_id" integer)P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)&%%tablechild_modelschild_modelsCREATE TABLE "child_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "child_attribute" varchar, "test_model_id" integer)       )20160731182106 ) 20160731182106 O##AAenvironmentdevelopment2016-10-27 22:51:02.3084352016-10-27 22:51:02.308435 # environment