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);
|