Field 'currentquestprogress' doesn't have a default value..... HELP ?

Status
Not open for further replies.

Tokenxx

New Member
Sep 6, 2013
14
0
Hey guys! Everytime I try and register to my hotel I keep getting this error: Field 'currentquestprogress' doesn't have a default value

I've tried resolving the problem with 'ALTER TABLE `users` ALTER COLUMN `currentquestprogress` SET DEFAULT ' ' ; but no luck, can anyone PLEASE help me ?
Thank You.
 

Sledmore

Chaturbate Livestreamer
Staff member
FindRetros Moderator
Jul 24, 2010
5,195
3,906
What error was given from that query? And also what field type is `currentquestprogress`? I'm assuming its integer. Try this:

PHP:
ALTER TABLE `users` ALTER COLUMN `currentquestprogress` SET DEFAULT '0' ;
 
Status
Not open for further replies.

Users who are viewing this thread

Top