bazzar/migrations/202204180708_add_payment_fields.sql

3 lines
85 B
MySQL
Raw Normal View History

2022-04-18 08:08:55 +02:00
ALTER TABLE accounts
ADD COLUMN customer_id uuid not null default gen_random_uuid();