ObeoNetwork / InformationSystem

Un outil open-source complet pour décrire visuellement les applications de votre système d’information.
https://www.isdesigner.org/
Eclipse Public License 2.0
65 stars 61 forks source link

Error in generated script MySql: auto-increment #87

Open MichelSc opened 2 years ago

MichelSc commented 2 years ago

I want to design a database for MySql. I define a primary key without auto-increment (unchecked). The primary key is a varchar(80). I generate the sql script create table ... The create table statement receives the specifier autoincrement: NOK