Quote:
Originally Posted by Deadhuntz
Got some errors:
[zbm3_addon_database.smx] Field 'money' doesn't have a default value in request: "INSERT INTO `zombieplague_database` (steam_id) VALUES ('STEAM_1:1  7973506')"
same error coming from core too.
so if u know that allready i'm sorry
maybe it's my fault but i installed all fresh so...
|
easiest way to solve this issue, write in mysql console/execute query:
PHP Code:
ALTER TABLE `zombieplague_database` CHANGE COLUMN `money` `money` INT(64) NULL DEFAULT '0' AFTER `steam_id`;