You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: