SQLite format 3@ - 8 T k %*NJ)Y1indexindex_mailboxer_receipts_on_receiver_id_and_receiver_typemailboxer_receiptsCREATE INDEX "index_mailboxer_receipts_on_receiver_id_and_receiver_type" ON "mailboxer_receipts" ("receiver_id", "receiver_type")x;;indexindex_mailboxer_notifications_on_notified_object_id_and_typemailboxer_notificationsCREATE INDEX "index_mailboxer_notifications_on_notified_object_id_and_type" ON "mailboxer_notifications" ("notified_object_id", "notified_object_type")b;indexindex_mailboxer_notifications_on_sender_id_and_sender_typemailboxer_notificationsCREATE INDEX "index_mailboxer_notifications_on_sender_id_and_sender_type" ON "mailboxer_notifications" ("sender_id", "sender_type")# W;Aindexindex_mailboxer_notifications_on_typemailboxer_notificationsCREATE INDEX "index_mailboxer_notifications_on_type" ON "mailboxer_notifications" ("type")d }K indexindex_mailboxer_conversation_opt_outs_on_conversation_idmailboxer_conversation_opt_outs CREATE INDEX "index_mailboxer_conversation_opt_outs_on_conversation_id" ON "mailboxer_conversation_opt_outs" ("conversation_id") KAindexindex_mailboxer_conversation_opt_outs_on_unsubscriber_id_typemailboxer_conversation_opt_outs CREATE INDEX "index_mailboxer_conversation_opt_outs_on_unsubscriber_id_type" ON "mailboxer_conversation_opt_outs" ("unsubscriber_id", "unsubscriber_type") KK}tablemailboxer_conversation_opt_outsmailboxer_conversation_opt_outs CREATE TABLE "mailboxer_conversation_opt_outs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "unsubscriber_id" integer, "unsubscriber_type" varchar(255), "conversation_id" integer)D m;mindexindex_mailboxer_notifications_on_conversation_idmailboxer_notifications CREATE INDEX "index_mailboxer_notifications_on_conversation_id" ON "mailboxer_notifications" ("conversation_id")0c1Yindexindex_mailboxer_receipts_on_notification_idmailboxer_receipts CREATE INDEX "index_mailboxer_receipts_on_notification_id" ON "mailboxer_receipts" ("notification_id")3;;}tablemailboxer_notificationsmailboxer_notificationsCREATE TABLE "mailboxer_notifications" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "body" text, "subject" varchar(255) DEFAULT '', "sender_id" integer, "sender_type" varchar(255), "conversation_id" integer, "draft" boolean DEFAULT 'f', "notification_code" varchar(255), "notified_object_id" integer, "notified_object_type" varchar(255), "attachment" varchar(255), "updated_at" datetime NOT NULL, "created_at" datetime NOT NULL, "global" boolean DEFAULT 'f', "expires" datetime)11Wtablemailboxer_receiptsmailboxer_receiptsCREATE TABLE "mailboxer_receipts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "receiver_id" integer, "receiver_type" varchar(255), "notification_id" integer NOT NULL, "is_read" boolean DEFAULT 'f', "trashed" boolean DEFAULT 'f', "deleted" boolean DEFAULT 'f', "mailbox_type" varchar(25), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)v;;tablemailboxer_conversationsmailboxer_conversationsCREATE TABLE "mailboxer_conversations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "subject" varchar(255) DEFAULT '', "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)HotableusersusersCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)=//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) )20151123235316)20151123152910)20151123152909)20151123152908)20151123025448 )20151123235316)20151123152910)20151123152909)20151123152908) 20151123025448                ;8 T k %*N;GGtablemailboxer_message_attachmentsmailboxer_message_attachmentsCREATE TABLE "mailboxer_message_attachments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "message_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)Y1indexindex_mailboxer_receipts_on_receiver_id_and_receiver_typemailboxer_receiptsCREATE INDEX "index_mailboxer_receipts_on_receiver_id_and_receiver_type" ON "mailboxer_receipts" ("receiver_id", "receiver_type")x;;indexindex_mailboxer_notifications_on_notified_object_id_and_typemailboxer_notificationsCREATE INDEX "index_mailboxer_notifications_on_notified_object_id_and_type" ON "mailboxer_notifications" ("notified_object_id", "notified_object_type")b;indexindex_mailboxer_notifications_on_sender_id_and_sender_typemailboxer_notificationsCREATE INDEX "index_mailboxer_notifications_on_sender_id_and_sender_type" ON "mailboxer_notifications" ("sender_id", "sender_type")# W;Aindexindex_mailboxer_notifications_on_typemailboxer_notificationsCREATE INDEX "index_mailboxer_notifications_on_type" ON "mailboxer_notifications" ("type")d }K indexindex_mailboxer_conversation_opt_outs_on_conversation_idmailboxer_conversation_opt_outs CREATE INDEX "index_mailboxer_conversation_opt_outs_on_conversation_id" ON "mailboxer_conversation_opt_outs" ("conversation_id") KAindexindex_mailboxer_conversation_opt_outs_on_unsubscriber_id_typemailboxer_conversation_opt_outs CREATE INDEX "index_mailboxer_conversation_opt_outs_on_unsubscriber_id_type" ON "mailboxer_conversation_opt_outs" ("unsubscriber_id", "unsubscriber_type") KK}tablemailboxer_conversation_opt_outsmailboxer_conversation_opt_outs CREATE TABLE "mailboxer_conversation_opt_outs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "unsubscriber_id" integer, "unsubscriber_type" varchar(255), "conversation_id" integer)D m;mindexindex_mailboxer_notifications_on_conversation_idmailboxer_notifications CREATE INDEX "index_mailboxer_notifications_on_conversation_id" ON "mailboxer_notifications" ("conversation_id")0c1Yindexindex_mailboxer_receipts_on_notification_idmailboxer_receipts CREATE INDEX "index_mailboxer_receipts_on_notification_id" ON "mailboxer_receipts" ("notification_id")3;;}tablemailboxer_notificationsmailboxer_notificationsCREATE TABLE "mailboxer_notifications" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "type" varchar(255), "body" text, "subject" varchar(255) DEFAULT '', "sender_id" integer, "sender_type" varchar(255), "conversation_id" integer, "draft" boolean DEFAULT 'f', "notification_code" varchar(255), "notified_object_id" integer, "notified_object_type" varchar(255), "attachment" varchar(255), "updated_at" datetime NOT NULL, "created_at" datetime NOT NULL, "global" boolean DEFAULT 'f', "expires" datetime)11Wtablemailboxer_receiptsmailboxer_receiptsCREATE TABLE "mailboxer_receipts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "receiver_id" integer, "receiver_type" varchar(255), "notification_id" integer NOT NULL, "is_read" boolean DEFAULT 'f', "trashed" boolean DEFAULT 'f', "deleted" boolean DEFAULT 'f', "mailbox_type" varchar(25), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)v;;tablemailboxer_conversationsmailboxer_conversationsCREATE TABLE "mailboxer_conversations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "subject" varchar(255) DEFAULT '', "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)HotableusersusersCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)=//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)