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)Wl 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)LkktablecommentscommentsCREATE 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)xjGtableauthorsauthorsCREATE TABLE "authors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255)) bobjoe  comments authors posts K]MAAOnly until someone posts better!2011-12-06 18:45:47.6223352011-12-06 18:45:47.622335ZGAAAre you really the best post?2011-12-06 18:45:47.6202172011-12-06 18:45:47.620217WAAAwow, that was a nice post!2011-12-06 18:45:47.6169982011-12-06 18:45:47.616998 r#;3AAsecond postThis is the second postI am the best post!2011-12-06 18:45:47.5993582011-12-06 18:45:47.599358y!9EAAfirst postThis is the first postI am a very good first post!2011-12-06 18:45:47.5901972011-12-06 18:45:47.590197 0 0