TechnicalAussie
Member
- Dec 2, 2011
- 101
- 4
Hi all, my Hotel. When Someone Registers they Get this Error "" Field 'age' doesn't have a default value "", can someone please give me a FIX for it ?
Hi all, my Hotel. When Someone Registers they Get this Error "" Field 'age' doesn't have a default value "", can someone please give me a FIX for it ?
Alter table users add age int not null default(1);Go to your users table, and look for the field "age", and it should say something along the lines of "Allow Null" if you have Navicat Premium, or for PHPMyAdmin, I'm not too sure.
Try this and see, I'm not sure.