From a9f2e74d1f017b9946ac3f0db6108c00dd05b11a Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 30 Nov 2004 15:54:52 +0000 Subject: [PATCH] Ajout autoincrement --- mysql/tables/llx_c_methode_commande_fournisseur.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql/tables/llx_c_methode_commande_fournisseur.sql b/mysql/tables/llx_c_methode_commande_fournisseur.sql index a060d8d85ca..139a5d2e291 100644 --- a/mysql/tables/llx_c_methode_commande_fournisseur.sql +++ b/mysql/tables/llx_c_methode_commande_fournisseur.sql @@ -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;