SQLite format 3@  - MP++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)39tablecommentscommentsCREATE TABLE "comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)=//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) )20130715211742 )20130715211742 O9AA2013-07-15 15:30:32.5127822013-07-16 01:32:36.8701819AA2013-07-16 00:41:36.1739382013-07-16 00:41:36.1739389AA2013-07-16 00:03:34.8147822013-07-16 00:03:34.8147829AA2013-07-08 22:00:58.0000002013-07-15 21:37:51.9298199AA2013-07-15 21:19:00.5551032013-07-15 21:19:00.555103  comments