mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-12-04 07:08:27 +00:00
altered table now has a default for performance cost
This commit is contained in:
@@ -1 +1 @@
|
|||||||
ALTER TABLE properties ADD COLUMN performance_cost DOUBLE(20, 15);
|
ALTER TABLE properties ADD COLUMN performance_cost DOUBLE(20, 15) DEFAULT 0.0;
|
||||||
Reference in New Issue
Block a user