Uploaded image for project: 'Cayenne'
  1. Cayenne
  2. CAY-1134

PK Generation Strategy not set on reverse reengineer schema

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 3.0M4
    • None
    • Modeler
    • 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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            borutb Borut Bolcina
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: