36716-vm/db/migrations/016_add_stripe_customer_id_to_clients.sql
2025-12-07 05:00:42 +00:00

2 lines
66 B
SQL

ALTER TABLE `clients` ADD `stripe_customer_id` VARCHAR(255) NULL;