Ajout autoincrement
This commit is contained in:
parent
c98b213c5f
commit
a9f2e74d1f
@ -22,7 +22,7 @@
|
||||
|
||||
create table llx_c_methode_commande_fournisseur
|
||||
(
|
||||
rowid integer PRIMARY KEY,
|
||||
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
||||
libelle varchar(30),
|
||||
active tinyint default 1 NOT NULL
|
||||
)type=innodb;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user