mirror of
https://gitee.com/wanwujie/sub2api
synced 2026-05-05 05:30:44 +08:00
3 lines
160 B
MySQL
3 lines
160 B
MySQL
|
|
-- Add billing_mode to usage_logs (records the billing mode: token/per_request/image)
|
||
|
|
ALTER TABLE usage_logs ADD COLUMN IF NOT EXISTS billing_mode VARCHAR(20);
|