SQLite format 3@  -      99tablepersonal_blog_commentspersonal_blog_commentsCREATE TABLE "personal_blog_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" integer, "text" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "author" varchar)P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)~33#tablepersonal_blog_postspersonal_blog_postsCREATE TABLE "personal_blog_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "published_at" datetime) d.=//indexunique_schema_migrationsschema_migrations CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")l//tableschema_migrationsschema_migrations CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)T11Stablepersonal_blog_tagspersonal_blog_tags CREATE TABLE "personal_blog_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)G99)tablepersonal_blog_taggingspersonal_blog_taggingsCREATE TABLE "personal_blog_taggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" integer NOT NULL, "tag_id" integer NOT NULL)Oq9indexindex_personal_blog_taggings_on_tag_id_and_post_idpersonal_blog_taggingsCREATE UNIQUE INDEX "index_personal_blog_taggings_on_tag_id_and_post_id" ON "personal_blog_taggings" ("tag_id", "post_id")  )20160222224711)20160220163149)20160220172622)20160218010730)20160218011500)20160218010724)20160312192755 ||)20160222224711)20160220163149)20160220172622)20160218010730)20160218011500)20160218010724) 20160312192755