mirror of
https://github.com/Squareville/TestEventServer.git
synced 2026-05-04 11:19:22 -05: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