
Fixes #6569 Thanks to @JohnnyPlayy, @Balferian and @Toshiro90 Co-authored-by: Aleos <aleos89@users.noreply.github.com>
4 lines
56 B
SQL
4 lines
56 B
SQL
ALTER TABLE `market`
|
|
MODIFY `amount` INT(11) NOT NULL
|
|
;
|