DarkflameServer/migrations/dlu/3_add_performance_cost.sql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

1 line
78 B
MySQL
Raw Normal View History

ALTER TABLE properties ADD COLUMN performance_cost DOUBLE(20, 15) DEFAULT 0.0;