bazzar/migrations/202204180708_add_payment_fields.sql
2022-05-04 21:34:26 +02:00

3 lines
85 B
SQL

ALTER TABLE accounts
ADD COLUMN customer_id uuid not null default gen_random_uuid();