I add this line for add ignore
to MySql database :
ALTER IGNORE cms_books_author name ADD UNIQUE(name)
but I get this error:
Error
SQL query:
ALTER IGNORE cms_books_author name ADD UNIQUE(name)
MySQL said: Documentation
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'efcms_books_author name ADD UNIQUE(name)' at line 1
Mysql version is : 5.6.20
how do I fix this error? Thank you.