Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
3.0M4
-
None
-
None
-
MySQL 5.0.67 comunity, jConnector 5.1.6
Description
When a table is created with auto_increment
create table role (id int not null auto_increment, authority varchar(255) not null unique, primary key (id)) type=InnoDB;
the model is showing "Default" instead of "Database generated" for PK Generation Strategy.