3 lines
91 B
SQL
3 lines
91 B
SQL
-- Add migration script here
|
|
ALTER TABLE vm_cost_plan MODIFY COLUMN amount float NOT NULL;
|