mirkosertic/MogwaiERDesignerNG

Problem with Table name Groups

eldologuzzo opened this issue · 3 comments

Renaming the table, the reverse engineering option was able to import the model into the structure of the table. The Compare with database operation does not work either.

-- AccessControl.Groups definition

CREATE TABLE Groups (
GroupIdentification char(32) NOT NULL,
Description varchar(80) DEFAULT NULL,
ProfileIdentificationDefault varchar(48) DEFAULT NULL,
ActionIdentificationDefault varchar(48) DEFAULT NULL,
UserCommunity varchar(48) DEFAULT NULL,
Configuration varchar(512) DEFAULT NULL,
Enable tinyint(1) DEFAULT NULL,
CreateUser char(48) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL,
CreateMoment datetime DEFAULT NULL,
UpdateUser char(48) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL,
UpdateMoment datetime DEFAULT NULL,
PRIMARY KEY (GroupIdentification)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

Thank you for this issue. Do you have the exact stack trace ERDesigner has shown in the error dialog? Which Database Version and OS are you using?

Thanks in advance,
Mirko

MySQL 8.0.13