SQLite format 3@ oDo-!52.(* JJYAADummyUserSomething2013-07-13 01:20:17.1491392013-07-13 01:20:17.149139YAADummyUserSomething2013-07-13 01:20:17.1139762013-07-13 01:20:17.113976 5commontator_comments?commontator_subscriptions#dummy_users3commontator_threads%dummy_models   o rP++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)q//tableschema_migrationsschema_migrationsCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)=//indexunique_schema_migrationsschema_migrationsCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")x(55tablecommontator_commentscommontator_commentsCREATE TABLE "commontator_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "creator_type" varchar(255), "creator_id" integer, "editor_type" varchar(255), "editor_id" integer, "thread_id" integer NOT NULL, "body" text DEFAULT '' NOT NULL, "deleted_at" datetime, "cached_votes_total" integer DEFAULT 0, "cached_votes_up" integer DEFAULT 0, "cached_votes_down" integer DEFAULT 0, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  {{<>)k5iindexindex_commontator_comments_on_cached_votes_downcommontator_commentsCREATE INDEX "index_commontator_comments_on_cached_votes_down" ON "commontator_comments" ("cached_votes_down")A*m5mindexindex_commontator_comments_on_cached_votes_totalcommontator_commentsCREATE INDEX "index_commontator_comments_on_cached_votes_total" ON "commontator_comments" ("cached_votes_total")  RR8AA2013-07-13 01:20:17.1276192013-07-13 01:20:17.1276198AA2013-07-13 01:20:17.0815872013-07-13 01:20:17.0815878AA2013-07-13 01:20:16.9233632013-07-13 01:20:16.923363 "l"HAADummyUser2013-07-13 01:20:17.1626772013-07-13 01:20:17.173309HAADummyUser2013-07-13 01:20:17.1409922013-07-13 01:20:17.140992HAADummyUser2013-07-13 01:20:17.1058692013-07-13 01:20:17.105869 DummyUserDummyUserDummyUser   "l"H !AADummyModel2013-07-13 01:20:17.1310372013-07-13 01:20:17.131037H !AADummyModel2013-07-13 01:20:17.0853802013-07-13 01:20:17.085380H !AADummyModel2013-07-13 01:20:16.9571002013-07-13 01:20:16.957100 !DummyModel!DummyModel!DummyModel  R8AA2013-07-13 01:20:17.1566432013-07-13 01:20:17.1566438AA2013-07-13 01:20:17.1221942013-07-13 01:20:17.1221948AA2013-07-13 01:20:17.0712252013-07-13 01:20:17.0712258AA2013-07-13 01:20:16.9792742013-07-13 01:20:16.979274  oo*8+g5aindexindex_commontator_comments_on_cached_votes_upcommontator_commentsCREATE INDEX "index_commontator_comments_on_cached_votes_up" ON "commontator_comments" ("cached_votes_up")@,W5indexindex_c_c_on_c_type_and_c_id_and_t_idcommontator_commentsCREATE INDEX "index_c_c_on_c_type_and_c_id_and_t_id" ON "commontator_comments" ("creator_type", "creator_id", "thread_id")&-[5Iindexindex_commontator_comments_on_thread_idcommontator_comments CREATE INDEX "index_commontator_comments_on_thread_id" ON "commontator_comments" ("thread_id")g.??]tablecommontator_subscriptionscommontator_subscriptions CREATE TABLE "commontator_subscriptions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "subscriber_type" varchar(255) NOT NULL, "subscriber_id" integer NOT NULL, "thread_id" integer NOT NULL, "unread" integer DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ##W/W?%indexindex_c_s_on_s_type_and_s_id_and_t_idcommontator_subscriptions CREATE UNIQUE INDEX "index_c_s_on_s_type_and_s_id_and_t_id" ON "commontator_subscriptions" ("subscriber_type", "subscriber_id", "thread_id"):0e?]indexindex_commontator_subscriptions_on_thread_idcommontator_subscriptionsCREATE INDEX "index_commontator_subscriptions_on_thread_id" ON "commontator_subscriptions" ("thread_id")I1339tablecommontator_threadscommontator_threadsCREATE TABLE "commontator_threads" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "commontable_type" varchar(255), "commontable_id" integer, "closed_at" datetime, "closer_type" varchar(255), "closer_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)w2 39indexindex_commontator_threads_on_commontable_type_and_commontable_idcommontator_threadsCREATE UNIQUE INDEX "index_commontator_threads_on_commontable_type_and_commontable_id" ON "commontator_threads" ("commontable_type", "commontable_id") gg23%%'tabledummy_modelsdummy_models CREATE TABLE "dummy_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)/4##%tabledummy_usersdummy_usersCREATE TABLE "dummy_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)/5=tablevotesvotes CREATE TABLE "votes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "votable_id" integer, "votable_type" varchar(255), "voter_id" integer, "voter_type" varchar(255), "vote_flag" boolean, "vote_scope" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   0123 0123 DummyUserDummyUser 8^89YCindexindex_votes_on_voter_id_and_voter_typevotesCREATE INDEX "index_votes_on_voter_id_and_voter_type" ON "votes" ("voter_id", "voter_type")?8w}indexindex_votes_on_voter_id_and_voter_type_and_vote_scopevotesCREATE INDEX "index_votes_on_voter_id_and_voter_type_and_vote_scope" ON "votes" ("voter_id", "voter_type", "vote_scope")K6 indexindex_votes_on_votable_id_and_votable_type_and_vote_scopevotesCREATE INDEX "index_votes_on_votable_id_and_votable_type_and_vote_scope" ON "votes" ("votable_id", "votable_type", "vote_scope")7aSindexindex_votes_on_votable_id_and_votable_typevotesCREATE INDEX "index_votes_on_votable_id_and_votable_type" ON "votes" ("votable_id", "votable_type")