Subscriptions
Service: subscription-api
Table: subscriptions
Fields
| Field | Type | Required | Default | Notes |
|---|---|---|---|---|
id | uuid | no | - | - |
account_id | uuid | yes | - | - |
organization_id | uuid | no | - | - |
plan_id | uuid | yes | - | - |
status | enum | no | - | enum: trialing, active, past_due, canceled, unpaid, paused |
quantity | integer | no | - | - |
current_period_start | timestamp | no | - | - |
current_period_end | timestamp | no | - | - |
trial_start | timestamp | no | - | - |
trial_end | timestamp | no | - | - |
canceled_at | timestamp | no | - | - |
cancel_at_period_end | boolean | no | - | - |
paused_at | timestamp | no | - | - |
metadata | jsonb | no | - | - |
stripe_subscription_id | string | no | - | - |
stripe_customer_id | string | no | - | - |
created_by | string | no | - | - |
created_at | timestamp | no | - | - |
updated_at | timestamp | no | - | - |