
0
Fixed
SQL export with tables+pk error
When only create schema, create table and create primary key are selected and a table has a foreign key, the exported SQL contains a syntax error. There is a comma after the primary key definition looking like this:
CREATE TABLE `Users`
(
`ID` INT NOT NULL AUTO_INCREMENT ,
PRIMARY KEY (`ID`), <-- this comma is a syntax error
-- SKIP: `fkIdx_202`
);

0
Under review
Support 5 years ago

0
Accepted
Support 5 years ago

+1
Fixed
Support 5 years ago
Customer support service by UserEcho