
0
Accepted
MySQL Export Syntax Error
Look at the example below.
There is an opening bracket missing for 2 keys at the end of the create table statement.

Customer support service by UserEcho
Dear user,
We are looking into this issue. We will notify you as soon as we know more details.
Team - SqlDBM
Dear user, could you provide sharelink to your project?
Thank you for your assistance,
SqlDBM Team
https://app.sqldbm.com/MySQL/Share/Oj3q1XyIozSXzmt4Cen96UGFrngIE8md_DYjF4jNYw0
Dear user,
did you change the model and it fix the script? Do you know what was the problem?
-- ****************** SqlDBM: MySQL ******************;
-- ***************************************************;
-- ************************************** `S1_usergrouprights`
CREATE TABLE `S1_usergrouprights`
(
`UGRID` int(11) NOT NULL AUTO_INCREMENT ,
`GID` int(11) unsigned NOT NULL ,
`RID` int(11) NOT NULL ,
PRIMARY KEY (`UGRID`),
KEY `fkIdx_331` (`GID`),
CONSTRAINT `FK_331` FOREIGN KEY `fkIdx_331` (`GID`) REFERENCES `S1_usergroups` (`GID`),
KEY `fkIdx_334` (`RID`),
CONSTRAINT `FK_334` FOREIGN KEY `fkIdx_334` (`RID`) REFERENCES `S1_rights` (`RID`),
KEY `Index_sys_usergrouprights_872` (`GID`),
KEY `Index_sys_usergrouprights_873` (`RID`)
) AUTO_INCREMENT=25 ENGINE=INNODB;
Thank you for your assistance,
SqlDBM Team