Table: stripe_subscription_schedules
This table shows data for Stripe Subscription Schedules.
https://stripe.com/docs/api/subscription_schedules (opens in a new tab)
The primary key for this table is id. It supports incremental syncs based on the created column.
Columns
Name | Type |
---|---|
_cq_source_name | utf8 |
_cq_sync_time | timestamp[us, tz=UTC] |
_cq_id | uuid |
_cq_parent_id | uuid |
id (PK) | utf8 |
created (Incremental Key) | timestamp[us, tz=UTC] |
application | json |
canceled_at | int64 |
completed_at | int64 |
current_phase | json |
customer | json |
default_settings | json |
end_behavior | utf8 |
livemode | bool |
metadata | json |
object | utf8 |
phases | json |
released_at | int64 |
released_subscription | json |
status | utf8 |
subscription | json |
test_clock | json |