SQLite format 3@  -  j4S g j=//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)i1tablepostspostsCREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "title" varchar(255), "content" text, "votes" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)^tablecommentscommentsCREATE TABLE "comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "content" text, "post_id" integer, "author_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)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!2012-07-27 09:49:32.4417532012-07-27 09:49:32.441753ZGAAAre you really the best post?2012-07-27 09:49:32.4396162012-07-27 09:49:32.439616WAAAwow, that was a nice post!2012-07-27 09:49:32.4355222012-07-27 09:49:32.435522 r#;3AAsecond postThis is the second postI am the best post!2012-07-27 09:49:32.4169682012-07-27 09:49:32.416968y!9EAAfirst postThis is the first postI am a very good first post!2012-07-27 09:49:32.4098252012-07-27 09:49:32.409825 0 0