SQLite format 3@  -!  )20120710213148 )20120710213148  3commontator_threads  <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")e55mtablecommontator_commentscommontator_commentsCREATE TABLE "commontator_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "body" text, "commontator_id" integer, "commontator_type" varchar(255), "deleted_at" datetime, "deleter_id" integer, "deleter_type" varchar(255), "thread_id" integer, "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)P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq) 5<??tablecommontator_subscriptionscommontator_subscriptionsCREATE TABLE "commontator_subscriptions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "subscriber_id" integer, "subscriber_type" varchar(255), "thread_id" integer, "is_unread" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)I339tablecommontator_threadscommontator_threads CREATE TABLE "commontator_threads" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "commontable_id" integer, "commontable_type" varchar(255), "closed_at" datetime, "closer_id" integer, "closer_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)HW5indexindex_c_c_on_c_id_and_c_type_and_t_idcommontator_comments CREATE INDEX "index_c_c_on_c_id_and_c_type_and_t_id" ON "commontator_comments" ("commontator_id", "commontator_type", "thread_id") S= AA2012-07-10 21:39:41.4667562012-07-10 21:39:49.472293   iC&[5Iindexindex_commontator_comments_on_thread_idcommontator_comments CREATE INDEX "index_commontator_comments_on_thread_id" ON "commontator_comments" ("thread_id")W W?%indexindex_c_s_on_s_id_and_s_type_and_t_idcommontator_subscriptions CREATE UNIQUE INDEX "index_c_s_on_s_id_and_s_type_and_t_id" ON "commontator_subscriptions" ("subscriber_id", "subscriber_type", "thread_id"): e?]indexindex_commontator_subscriptions_on_thread_idcommontator_subscriptionsCREATE INDEX "index_commontator_subscriptions_on_thread_id" ON "commontator_subscriptions" ("thread_id")     I<>k5iindexindex_commontator_comments_on_cached_votes_downcommontator_commentsCREATE INDEX "index_commontator_comments_on_cached_votes_down" ON "commontator_comments" ("cached_votes_down")8 g5aindexindex_commontator_comments_on_cached_votes_upcommontator_commentsCREATE INDEX "index_commontator_comments_on_cached_votes_up" ON "commontator_comments" ("cached_votes_up")p  3+indexindex_commontator_threads_on_commontable_id_and_commontable_typecommontator_threadsCREATE INDEX "index_commontator_threads_on_commontable_id_and_commontable_type" ON "commontator_threads" ("commontable_id", "commontable_type")A m5mindexindex_commontator_comments_on_cached_votes_totalcommontator_commentsCREATE INDEX "index_commontator_comments_on_cached_votes_total" ON "commontator_comments" ("cached_votes_total")