SQLite format 3@  4e=//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)W tablepostspostsCREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "title" varchar(255), "content" text, "votes" integer, "created_at" datetime, "updated_at" datetime)LktablecommentscommentsCREATE TABLE "comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "content" text, "post_id" integer, "author_id" integer, "created_at" datetime, "updated_at" datetime)P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)xGtableauthorsauthorsCREATE TABLE "authors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255)) bobjoe  comments authors posts K]MAAOnly until someone posts better!2011-12-03 11:37:10.5554592011-12-03 11:37:10.555459ZGAAAre you really the best post?2011-12-03 11:37:10.5535622011-12-03 11:37:10.553562WAAAwow, that was a nice post!2011-12-03 11:37:10.5504822011-12-03 11:37:10.550482 r#;3AAsecond postThis is the second postI am the best post!2011-12-03 11:37:10.5349312011-12-03 11:37:10.534931y!9EAAfirst postThis is the first postI am a very good first post!2011-12-03 11:37:10.5271472011-12-03 11:37:10.527147 0 0