SQLite format 3@ -% + ~ m-tableproductsproductsCREATE TABLE "products" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "price" integer DEFAULT 0, "tax_exempt" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)h; indexindex_orders_on_user_idordersCREATE INDEX "index_orders_on_user_id" ON "orders" ("user_id") qtableordersordersCREATE TABLE "orders" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "purchase_state" varchar(255), "purchased_at" datetime, "payment" text, "details" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)O}# indexindex_order_items_on_purchasable_type_and_purchasable_idorder_itemsCREATE INDEX "index_order_items_on_purchasable_type_and_purchasable_id" ON "order_items" ("purchasable_type", "purchasable_id")S#9indexindex_order_items_on_purchasable_idorder_itemsCREATE INDEX "index_order_items_on_purchasable_id" ON "order_items" ("purchasable_id") G#!indexindex_order_items_on_order_idorder_itemsCREATE INDEX "index_order_items_on_order_id" ON "order_items" ("order_id") ##mtableorder_itemsorder_items CREATE TABLE "order_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "order_id" integer, "seller_id" integer, "purchasable_type" varchar(255), "purchasable_id" integer, "title" varchar(255), "quantity" integer, "price" integer DEFAULT 0, "tax_exempt" boolean, "tax_rate" decimal(5,3) DEFAULT 0.0, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) tablecustomerscustomers CREATE TABLE "customers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "stripe_customer_id" varchar(255), "stripe_active_card" varchar(255), "stripe_connect_access_token" varchar(255), "created_at" datetime, "updated_at" datetime)d 9indexindex_carts_on_user_idcarts CREATE INDEX "index_carts_on_user_id" ON "carts" ("user_id")0 ?tablecartscarts CREATE TABLE "carts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)K{!indexindex_cart_items_on_purchasable_type_and_purchasable_idcart_items CREATE INDEX "index_cart_items_on_purchasable_type_and_purchasable_id" ON "cart_items" ("purchasable_type", "purchasable_id") Q!5indexindex_cart_items_on_purchasable_idcart_itemsCREATE INDEX "index_cart_items_on_purchasable_id" ON "cart_items" ("purchasable_id")xC!indexindex_cart_items_on_cart_idcart_itemsCREATE INDEX "index_cart_items_on_cart_id" ON "cart_items" ("cart_id")!!gtablecart_itemscart_itemsCREATE TABLE "cart_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "cart_id" integer, "purchasable_type" varchar(255), "purchasable_id" integer, "quantity" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)Gyindexindex_addresses_on_addressable_type_and_addressable_idaddressesCREATE INDEX "index_addresses_on_addressable_type_and_addressable_id" ON "addresses" ("addressable_type", "addressable_id") O1indexindex_addresses_on_addressable_idaddressesCREATE INDEX "index_addresses_on_addressable_id" ON "addresses" ("addressable_id")P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq) tableaddressesaddressesCREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "addressable_type" varchar(255), "addressable_id" integer, "category" varchar(64), "full_name" varchar(255), "address1" varchar(255), "address2" varchar(255), "city" varchar(255), "state_code" varchar(255), "country_code" varchar(255), "postal_code" varchar(255), "updated_at" datetime, "created_at" date                     7  j {  u  tableaddressesaddressesCREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "addressable_type" varchar(255), "addressable_id" integer, "category" varchar(64), "full_name" varchar(255), "address1" varchar(255), "address2" varchar(255), "city" varchar(255), "state_code" varchar(255), "country_code" varchar(255), "postal_code" varchar(255), "updated_at" datetime, "created_at" datetime)P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq) O1indexindex_addresses_on_addressable_idaddressesCREATE INDEX "index_addresses_on_addressable_id" ON "addresses" ("addressable_id")Gyindexindex_addresses_on_addressable_type_and_addressable_idaddressesCREATE INDEX "index_addresses_on_addressable_type_and_addressable_id" ON "addresses" ("addressable_type", "addressable_id")!!gtablecart_itemscart_itemsCREATE TABLE "cart_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "cart_id" integer, "purchasable_type" varchar(255), "purchasable_id" integer, "quantity" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)xC!indexindex_cart_items_on_cart_idcart_itemsCREATE INDEX "index_cart_items_on_cart_id" ON "cart_items" ("cart_id") Q!5indexindex_cart_items_on_purchasable_idcart_itemsCREATE INDEX "index_cart_items_on_purchasable_id" ON "cart_items" ("purchasable_id")K{!indexindex_cart_items_on_purchasable_type_and_purchasable_idcart_items CREATE INDEX "index_cart_items_on_purchasable_type_and_purchasable_id" ON "cart_items" ("purchasable_type", "purchasable_id")0 ?tablecartscarts CREATE TABLE "carts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)d 9indexindex_carts_on_user_ tableaddressesaddressesCREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "addressable_type" varchar(255), "addressable_id" integer, "category" varchar(64), "full_name" varchar(255), "address1" varchar(255), "address2" varchar(255), "city" varchar(255), "state_code" varchar(255), "country_code" varchar(255), "postal_code" varchar(255), "updated_at" datetime, "created_at" datetime)P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq) O1indexindex_addresses_on_addressable_idaddressesCREATE INDEX "index_addresses_on_addressable_id" ON "addresses" ("addressable_id")Gyindexindex_addresses_on_addressable_type_and_addressable_idaddressesCREATE INDEX "index_addresses_on_addressable_type_and_addressable_id" ON "addresses" ("addressable_type", "addressable_id")!!gtablecart_itemscart_itemsCREATE TABLE "cart_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "cart_id" integer, "purchasable_type" varchar(255), "purchasable_id" integer, "quantity" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)xC!indexindex_cart_items_on_cart_idcart_itemsCREATE INDEX "index_cart_items_on_cart_id" ON "cart_items" ("cart_id") Q!5indexindex_cart_items_on_purchasable_idcart_itemsCREATE INDEX "index_cart_items_on_purchasable_id" ON "cart_items" ("purchasable_id")K{!indexindex_cart_items_on_purchasable_type_and_purchasable_idcart_items CREATE INDEX "index_cart_items_on_purchasable_type_and_purchasable_id" ON "cart_items" ("purchasable_type", "purchasable_id")0 ?tablecartscarts CREATE TABLE "carts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)d 9indexindex_carts_on_user_idcarts CREATE INDEX "index_carts_on_user_id" ON "carts" ("user_id") tablecustomerscustomers CREATE TABLE "customers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "stripe_customer_id" varchar(255), "stripe_active_card" varchar(255), "stripe_connect_access_token" varchar(255), "created_at" datetime, "updated_at" datetime)   9 N . =//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) wtableusersusersCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "encrypted_password" varchar(255), "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "confirmation_sent_at" datetime, "confirmed_at" datetime, "confirmation_token" varchar(255), "unconfirmed_email" varchar(255), "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "email" varchar(255), "roles_mask" integer DEFAULT 0, "archived" boolean DEFAULT 'f', "updated_at" datetime, "created_at" datetime) ##mtableorder_itemsorder_items CREATE TABLE "order_items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "order_id" integer, "seller_id" integer, "purchasable_type" varchar(255), "purchasable_id" integer, "title" varchar(255), "quantity" integer, "price" integer DEFAULT 0, "tax_exempt" boolean, "tax_rate" decimal(5,3) DEFAULT 0.0, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) G#!indexindex_order_items_on_order_idorder_itemsCREATE INDEX "index_order_items_on_order_id" ON "order_items" ("order_id")S#9indexindex_order_items_on_purchasable_idorder_itemsCREATE INDEX "index_order_items_on_purchasable_id" ON "order_items" ("purchasable_id")O}# indexindex_order_items_on_purchasable_type_and_purchasable_idorder_itemsCREATE INDEX "index_order_items_on_purchasable_type_and_purchasable_id" ON "order_items" ("purchasable_type", "purchasable_id") qtableordersordersCREATE TABLE "orders" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "purchase_state" varchar(255), "purchased_at" datetime, "payment" text, "details" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)h; indexindex_orders_on_user_idordersCREATE INDEX "index_orders_on_user_id" ON "orders" ("user_id")m-tableproductsproductsCREATE TABLE "products" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "price" integer DEFAULT 0, "tax_exempt" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ??Otableproduct_with_float_pricesproduct_with_float_pricesCREATE TABLE "product_with_float_prices" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "price" decimal DEFAULT 0, "tax_exempt" boolean, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)R''ctablesubscriptionssubscriptionsCREATE TABLE "subscriptions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "customer_id" integer, "stripe_plan_id" varchar(255), "stripe_subscription_id" varchar(255), "stripe_coupon_id" varchar(255), "title" varchar(255), "price" integer DEFAULT 0, "created_at" datetime, "updated_at" datetime)  4  4