20250415164141_add_kind_and_period_to_billing_subscriptions.sql

1alter table billing_subscriptions
2    add column kind text,
3    add column stripe_current_period_start bigint,
4    add column stripe_current_period_end bigint;