mirror of
https://gitee.com/wanwujie/sub2api
synced 2026-05-06 06:00:44 +08:00
3 lines
77 B
MySQL
3 lines
77 B
MySQL
|
|
ALTER TABLE payment_orders
|
||
|
|
ADD COLUMN IF NOT EXISTS provider_snapshot JSONB;
|