diff --git a/mysql/tables/llx_c_methode_commande_fournisseur.sql b/mysql/tables/llx_c_methode_commande_fournisseur.sql index 139a5d2e291..c4ddb5b69a4 100644 --- a/mysql/tables/llx_c_methode_commande_fournisseur.sql +++ b/mysql/tables/llx_c_methode_commande_fournisseur.sql @@ -1,5 +1,6 @@ -- ======================================================================== -- Copyright (C) 2004 Rodolphe Quiedeville +-- Copyright (C) 2005 Laurent Destailleur -- -- $Id$ -- $Source$ @@ -23,6 +24,7 @@ create table llx_c_methode_commande_fournisseur ( rowid integer AUTO_INCREMENT PRIMARY KEY, + code varchar(30), libelle varchar(30), active tinyint default 1 NOT NULL )type=innodb;