offer_id int(11) NOT NULL DEFAULT -,
offer_id int(11) NOT NULL DEFAULT ‘-‘,
I’m on my phone so can’t type properly.Code:club_only enum(‘0’, ‘1’) NOT NULL DEFAULT -,
The hyphen seems invalid to me. Should that not be in quotes?
Code:club_only enum(‘0’, ‘1’) NOT NULL DEFAULT ‘-‘,
Don’t copy and paste this of course, the quotes are different because of my phone.
Give that a try and let me know
Sorry about that. I’ve edited my original reply.Thank you for your precious answer, but that's where you specified it.
You must be registered for see images attach
You’re specifying the column as an integer, but giving the default value as a hyphen (-)no it didn't :\