{ "db": "PostgreSQL", "1cdefad515fa5e6783eace9522f52b2bffe5ec3fc8b45c60d62b91c41ef485d1": { "describe": { "columns": [], "nullable": [], "parameters": { "Left": [] } }, "query": "DELETE FROM stripe.prices;" }, "35540a20953ebb313e8aa2fe044b1712916256d90b422061d68282f39f615150": { "describe": { "columns": [], "nullable": [], "parameters": { "Left": [ "Text" ] } }, "query": "UPDATE stripe.subscription_items SET deleted = true WHERE id = $1;" }, "355a2e531781ede7bfc8dc842160ce4eda34a85d9bfcfe0f799a6e01dc65bef1": { "describe": { "columns": [], "nullable": [], "parameters": { "Left": [] } }, "query": "DELETE FROM stripe.subscriptions;" }, "3cc7e193bf08022aaa3b1883f5b45c7072c82230693e2e1a9a7a3ac09cdc3baf": { "describe": { "columns": [], "nullable": [], "parameters": { "Left": [ "Text", "Text", "Bool", "Int8", "Int8", "Text", "Jsonb", "Jsonb", "Text", "Jsonb", { "Custom": { "kind": { "Enum": [ "trialing", "active", "canceled", "incomplete", "incomplete_expired", "past_due", "unpaid" ] }, "name": "subscription_status" } }, "Float8", "Int8", "Jsonb", "Int8", "Int8", "Text", "Int8", "Int8", "Text", "Jsonb", "Jsonb", "Int8", "Bool", "Int8", "Jsonb", "Jsonb", "Int8", "Jsonb", "Int8", "Int8", "Text", "Text", "Timestamptz" ] } }, "query": "\n INSERT INTO stripe.subscriptions (\n id, object, cancel_at_period_end, current_period_end, current_period_start,\n default_payment_method, items, metadata, pending_setup_intent, pending_update, status,\n application_fee_percent, billing_cycle_anchor, billing_thresholds, cancel_at,\n canceled_at, collection_method, created, days_until_due, default_source,\n default_tax_rates, discount, ended_at, livemode,\n next_pending_invoice_item_invoice, pause_collection, pending_invoice_item_interval,\n start_date, transfer_data, trial_end, trial_start, schedule, customer, updated_at\n )\n VALUES (\n $1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19,\n $20, $21, $22, $23, $24, $25, $26, $27, $28, $29, 30, $31, $32, $33, $34\n )\n ON CONFLICT (id) DO UPDATE\n SET\n object = $2, cancel_at_period_end = $3, current_period_end = $4,\n current_period_start = $5, default_payment_method = $6, items = $7, metadata = $8,\n pending_setup_intent = $9, pending_update = $10, status = $11,\n application_fee_percent = $12, billing_cycle_anchor = $13, billing_thresholds = $14,\n cancel_at = $15, canceled_at = $16, collection_method = $17, created = $18,\n days_until_due = $19, default_source = $20, default_tax_rates = $21, discount = $22,\n ended_at = $23, livemode = $24, next_pending_invoice_item_invoice = $25,\n pause_collection = $26, pending_invoice_item_interval = $27, start_date = $28,\n transfer_data = $29, trial_end = $30, trial_start = $31, schedule = $32, customer = $33,\n updated_at = $34\n " }, "5dccde8b67c930a45a43d09637fa2a2c207bcb967311eaddec7cb562b27719fc": { "describe": { "columns": [ { "name": "exists", "ordinal": 0, "type_info": "Bool" } ], "nullable": [ null ], "parameters": { "Left": [ "Text" ] } }, "query": "SELECT EXISTS(SELECT 1 FROM stripe.customers WHERE id = $1);" }, "9578d08f53e8a7e30e87280658ac2ee049504eb62d0bc7e1602727ee296cb34c": { "describe": { "columns": [], "nullable": [], "parameters": { "Left": [ "Text" ] } }, "query": "DELETE FROM stripe.subscriptions WHERE id = $1;" }, "a1f1e4feb5d2cbe6895215198efb3e63942bdc4022f66048a16e12adef3d8af7": { "describe": { "columns": [], "nullable": [], "parameters": { "Left": [] } }, "query": "DELETE FROM stripe.products;" }, "a22910fa8e010847040ad50a8239d78799dc745da1073db888b08eeb6af12d77": { "describe": { "columns": [ { "name": "id", "ordinal": 0, "type_info": "Text" }, { "name": "object", "ordinal": 1, "type_info": "Text" }, { "name": "address", "ordinal": 2, "type_info": "Jsonb" }, { "name": "description", "ordinal": 3, "type_info": "Text" }, { "name": "email", "ordinal": 4, "type_info": "Text" }, { "name": "metadata", "ordinal": 5, "type_info": "Jsonb" }, { "name": "name", "ordinal": 6, "type_info": "Text" }, { "name": "phone", "ordinal": 7, "type_info": "Text" }, { "name": "shipping", "ordinal": 8, "type_info": "Jsonb" }, { "name": "balance", "ordinal": 9, "type_info": "Int8" }, { "name": "created", "ordinal": 10, "type_info": "Int8" }, { "name": "currency", "ordinal": 11, "type_info": "Text" }, { "name": "default_source", "ordinal": 12, "type_info": "Text" }, { "name": "delinquent", "ordinal": 13, "type_info": "Bool" }, { "name": "discount", "ordinal": 14, "type_info": "Jsonb" }, { "name": "invoice_prefix", "ordinal": 15, "type_info": "Text" }, { "name": "invoice_settings", "ordinal": 16, "type_info": "Jsonb" }, { "name": "livemode", "ordinal": 17, "type_info": "Bool" }, { "name": "next_invoice_sequence", "ordinal": 18, "type_info": "Int8" }, { "name": "preferred_locales", "ordinal": 19, "type_info": "TextArray" }, { "name": "tax_exempt", "ordinal": 20, "type_info": "Text" }, { "name": "deleted", "ordinal": 21, "type_info": "Bool" }, { "name": "updated_at", "ordinal": 22, "type_info": "Timestamptz" } ], "nullable": [ false, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, false, false ], "parameters": { "Left": [] } }, "query": "SELECT * FROM stripe.customers;" }, "a36de57e297c9c16a7d2ee7a7eabe9a167f2c25688a82a2ec4e70c280b438ffa": { "describe": { "columns": [ { "name": "id", "ordinal": 0, "type_info": "Text" }, { "name": "object", "ordinal": 1, "type_info": "Text" }, { "name": "active", "ordinal": 2, "type_info": "Bool" }, { "name": "currency", "ordinal": 3, "type_info": "Text" }, { "name": "metadata", "ordinal": 4, "type_info": "Jsonb" }, { "name": "nickname", "ordinal": 5, "type_info": "Text" }, { "name": "recurring", "ordinal": 6, "type_info": "Jsonb" }, { "name": "type: _", "ordinal": 7, "type_info": { "Custom": { "kind": { "Enum": [ "one_time", "recurring" ] }, "name": "pricing_type" } } }, { "name": "unit_amount", "ordinal": 8, "type_info": "Int8" }, { "name": "billing_scheme", "ordinal": 9, "type_info": "Text" }, { "name": "created", "ordinal": 10, "type_info": "Int8" }, { "name": "livemode", "ordinal": 11, "type_info": "Bool" }, { "name": "lookup_key", "ordinal": 12, "type_info": "Text" }, { "name": "tiers_mode: _", "ordinal": 13, "type_info": { "Custom": { "kind": { "Enum": [ "graduated", "volume" ] }, "name": "pricing_tiers" } } }, { "name": "transform_quantity", "ordinal": 14, "type_info": "Jsonb" }, { "name": "unit_amount_decimal", "ordinal": 15, "type_info": "Text" }, { "name": "product", "ordinal": 16, "type_info": "Text" }, { "name": "updated_at", "ordinal": 17, "type_info": "Timestamptz" } ], "nullable": [ false, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, false ], "parameters": { "Left": [] } }, "query": "\n SELECT\n id, object, active, currency, metadata, nickname, recurring,\n type as \"type: _\", unit_amount, billing_scheme, created, livemode, lookup_key,\n tiers_mode as \"tiers_mode: _\", transform_quantity, unit_amount_decimal, product, updated_at\n FROM stripe.prices;\n " }, "abbf626af7ad5a5497b8646b19401190604ad79036a8808de2ea26d9987cca14": { "describe": { "columns": [], "nullable": [], "parameters": { "Left": [ "Text", "Text", "Jsonb", "Text", "Text", "Jsonb", "Text", "Text", "Jsonb", "Int8", "Int8", "Text", "Text", "Bool", "Jsonb", "Text", "Jsonb", "Bool", "Int8", "TextArray", "Text", "Bool", "Timestamptz" ] } }, "query": "\n INSERT INTO stripe.customers (\n id, object, address, description, email, metadata, name, phone, shipping, balance,\n created, currency, default_source, delinquent, discount, invoice_prefix,\n invoice_settings, livemode, next_invoice_sequence, preferred_locales, tax_exempt,\n deleted, updated_at\n )\n VALUES (\n $1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19,\n $20, $21, $22, $23\n )\n ON CONFLICT (id) DO UPDATE\n SET\n object = $2, address = $3, description = $4, email = $5, metadata = $6, name = $7,\n phone = $8, shipping = $9, balance = $10, created = $11, currency = $12,\n default_source = $13, delinquent = $14, discount = $15, invoice_prefix = $16,\n invoice_settings = $17, livemode = $18, next_invoice_sequence = $19,\n preferred_locales = $20, tax_exempt = $21, deleted = $22, updated_at = $23;\n " }, "b61fae9a84cda83d906b1a3c90b488e91f969e8fc27de54cd3b96718c860846e": { "describe": { "columns": [], "nullable": [], "parameters": { "Left": [ "Text", "Text", "Jsonb", "Int8", "Bool", "Jsonb", "Int8", "Text", "Text", "Jsonb" ] } }, "query": "\n INSERT INTO stripe.subscription_items (\n id, object, billing_thresholds, created, deleted, metadata, quantity, price,\n subscription, tax_rates\n )\n VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10)\n ON CONFLICT (id) DO UPDATE\n SET\n object = $2, billing_thresholds = $3, created = $4, deleted = $5, metadata = $6,\n quantity = $7, price = $8, subscription = $9, tax_rates = $10;\n " }, "bcc21e20b9f0c032cae92419e4627043db6bb631aa199cf5dfbbfbfcd08f0499": { "describe": { "columns": [ { "name": "id", "ordinal": 0, "type_info": "Text" }, { "name": "object", "ordinal": 1, "type_info": "Text" }, { "name": "active", "ordinal": 2, "type_info": "Bool" }, { "name": "description", "ordinal": 3, "type_info": "Text" }, { "name": "metadata", "ordinal": 4, "type_info": "Jsonb" }, { "name": "name", "ordinal": 5, "type_info": "Text" }, { "name": "created", "ordinal": 6, "type_info": "Int8" }, { "name": "images", "ordinal": 7, "type_info": "TextArray" }, { "name": "livemode", "ordinal": 8, "type_info": "Bool" }, { "name": "package_dimensions", "ordinal": 9, "type_info": "Jsonb" }, { "name": "shippable", "ordinal": 10, "type_info": "Bool" }, { "name": "statement_descriptor", "ordinal": 11, "type_info": "Text" }, { "name": "unit_label", "ordinal": 12, "type_info": "Text" }, { "name": "updated", "ordinal": 13, "type_info": "Int8" }, { "name": "url", "ordinal": 14, "type_info": "Text" }, { "name": "updated_at", "ordinal": 15, "type_info": "Timestamptz" } ], "nullable": [ false, true, true, true, true, true, true, true, true, true, true, true, true, true, true, false ], "parameters": { "Left": [] } }, "query": "SELECT * FROM stripe.products;" }, "bde809e43dd5668045db4b87c8720ea5cbcfb293aa02ad40f194eb857f7bc33a": { "describe": { "columns": [ { "name": "id", "ordinal": 0, "type_info": "Text" } ], "nullable": [ false ], "parameters": { "Left": [ "Text" ] } }, "query": "SELECT id FROM stripe.subscription_items WHERE subscription = $1 AND deleted = false;" }, "c184946d4e9ad1a882af59cf7f379f717d75b989b44d302acc5623123fc519eb": { "describe": { "columns": [], "nullable": [], "parameters": { "Left": [ "Text" ] } }, "query": "DELETE FROM stripe.customers WHERE id = $1;" }, "cda2d9017ad89966e3e2621ecf592e5ba921fa6df175d726c07272e4250692da": { "describe": { "columns": [ { "name": "exists", "ordinal": 0, "type_info": "Bool" } ], "nullable": [ null ], "parameters": { "Left": [ "Text" ] } }, "query": "SELECT EXISTS(SELECT 1 FROM stripe.products WHERE id = $1);" }, "d236d2cc52eabf19577e521ad3f2fb03c49aab9b6abad91771f3a0786608e4fe": { "describe": { "columns": [], "nullable": [], "parameters": { "Left": [] } }, "query": "DELETE FROM stripe.customers;" }, "e049b8d4fdfadbff565a246a47262d3c7985e8b826cc640ad8cd3f6747a17f36": { "describe": { "columns": [], "nullable": [], "parameters": { "Left": [ "Text" ] } }, "query": "DELETE FROM stripe.products WHERE id = $1;" }, "e1bf972fbcb3acfb75429f43184b43fd03feaddf5593e9cdba16266366031d32": { "describe": { "columns": [], "nullable": [], "parameters": { "Left": [ "Text", "Text", "Bool", "Text", "Jsonb", "Text", "Int8", "TextArray", "Bool", "Jsonb", "Bool", "Text", "Text", "Int8", "Text", "Timestamptz" ] } }, "query": "\n INSERT INTO stripe.products (\n id, object, active, description, metadata, name, created, images, livemode,\n package_dimensions, shippable, statement_descriptor, unit_label, updated, url,\n updated_at\n )\n VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16)\n ON CONFLICT (id) DO UPDATE\n SET\n object = $2, active = $3, description = $4, metadata = $5, name = $6, created = $7,\n images = $8, livemode = $9, package_dimensions = $10, shippable = $11,\n statement_descriptor = $12, unit_label = $13, updated = $14, url = $15,\n updated_at = $16;\n " }, "e379bc06ae0dc188c50a197bb610749bb495fb01f9c34caa9884b1b6e6f2370e": { "describe": { "columns": [], "nullable": [], "parameters": { "Left": [ "Text", "Text", "Bool", "Text", "Jsonb", "Text", "Jsonb", { "Custom": { "kind": { "Enum": [ "one_time", "recurring" ] }, "name": "pricing_type" } }, "Int8", "Text", "Int8", "Bool", "Text", { "Custom": { "kind": { "Enum": [ "graduated", "volume" ] }, "name": "pricing_tiers" } }, "Jsonb", "Text", "Text", "Timestamptz" ] } }, "query": "\n INSERT INTO stripe.prices (\n id, object, active, currency, metadata, nickname, recurring, type, unit_amount,\n billing_scheme, created, livemode, lookup_key, tiers_mode, transform_quantity,\n unit_amount_decimal, product, updated_at\n )\n VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18)\n ON CONFLICT (id) DO UPDATE\n SET\n object = $2, active = $3, currency = $4, metadata = $5, nickname = $6, recurring = $7,\n type = $8, unit_amount = $9, billing_scheme = $10, created = $11, livemode = $12,\n lookup_key = $13, tiers_mode = $14, transform_quantity = $15, unit_amount_decimal = $16,\n product = $17, updated_at = $18;\n " }, "e7a6bec83300e80fbedf075f729d136083b753bd82d70abba6c318519bea60f7": { "describe": { "columns": [], "nullable": [], "parameters": { "Left": [ "Text" ] } }, "query": "DELETE FROM stripe.prices WHERE id = $1;" }, "f49d5f959769f8e61a68d7a3d726586d00dc95a6c5ad79d94083a1a1d8c93edc": { "describe": { "columns": [], "nullable": [], "parameters": { "Left": [ "Text" ] } }, "query": "DELETE FROM stripe.subscription_items WHERE id = $1;" }, "f5bdf4a7b647beb882628a28149de1eae30e927f1e3c0d08efaedf31f3a88751": { "describe": { "columns": [], "nullable": [], "parameters": { "Left": [] } }, "query": "DELETE FROM stripe.subscription_items;" } }