Oxmysql error

Someone know how to fix it? I need help because i new

You have a column armour in your users table. This need to have a default value.

Execute this SQL

ALTER TABLE `users` ALTER COLUMN `armour` SET DEFAULT NULL;

Of course you can change the default to something else