subscriptions


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id INT UNSIGNED 10 null
account_id INT 10 null
name VARCHAR 255 null
stripe_id VARCHAR 255 null
job_batches.id Implied Constraint R
stripe_status VARCHAR 255 null
stripe_price VARCHAR 255 null
quantity INT 10 null
trial_ends_at TIMESTAMP 19 null
ends_at TIMESTAMP 19 null
created_at TIMESTAMP 19 null
updated_at TIMESTAMP 19 null

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
subscriptions_account_id_stripe_status_index Performance Asc/Asc account_id + stripe_status

Relationships