[HELP] ERROR MYSQL

Status
Not open for further replies.

xBlack

Member
Jan 14, 2019
77
6
Hi, everyone. I faced a little problem again. I would be very glad if you could help me. I want to export catalog_items sql but I see an error like this. can you help me?

You must be registered for see images attach
You must be registered for see images attach
 

Markshall

Русский Стандарт
Contributor
Dec 18, 2010
2,637
2,389
Code:
offer_id int(11) NOT NULL DEFAULT -,
I’m on my phone so can’t type properly.
The hyphen seems invalid to me. Should that not be in quotes?

Code:
offer_id int(11) 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
 
Last edited:

xBlack

Member
Jan 14, 2019
77
6
Code:
club_only enum(‘0’, ‘1’) NOT NULL DEFAULT -,
I’m on my phone so can’t type properly.
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

Thank you for your precious answer, but that's where you specified it.

You must be registered for see images attach
 
Status
Not open for further replies.

Users who are viewing this thread

Top