3 lines
77 B
MySQL
3 lines
77 B
MySQL
|
|
ALTER TABLE payment_orders
|
||
|
|
ADD COLUMN IF NOT EXISTS provider_snapshot JSONB;
|