diff --git a/mysql/tables/llx_c_methode_commande_fournisseur.sql b/mysql/tables/llx_c_methode_commande_fournisseur.sql index 139a5d2e2913b7c104745720e1df1c82be6e2781..c4ddb5b69a41b1bfd3d8e40aff5b95ca98eab342 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 <rodolphe@quiedeville.org> +-- Copyright (C) 2005 Laurent Destailleur <eldy@users.sourceforge.net> -- -- $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;