This website requires JavaScript.
Explore
Help
Sign In
Mirrored_Repos
/
DarkflameServer
Watch
1
Star
0
Fork
0
You've already forked DarkflameServer
mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced
2024-11-14 20:28:21 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4cf9865431
DarkflameServer
/
migrations
/
dlu
/
3_add_performance_cost.sql
1 line
78 B
MySQL
Raw
Normal View
History
Unescape
Escape
altered table now has a default for performance cost
2022-03-30 07:37:36 +00:00
ALTER
TABLE
properties
ADD
COLUMN
performance_cost
DOUBLE
(
20
,
15
)
DEFAULT
0
.
0
;
Reference in New Issue
Copy Permalink