20250422194500_add_trial_started_at_to_billing_customers.sql

1alter table billing_customers
2    add column trial_started_at timestamp without time zone;