mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-09 09:48:20 +00:00
altered table now has a default for performance cost
This commit is contained in:
parent
bd6bdddcde
commit
5c16dd11f4
@ -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;
|
Loading…
Reference in New Issue
Block a user