Ajout du champs description

This commit is contained in:
Rodolphe Quiedeville 2003-11-24 15:52:41 +00:00
parent c5a3853de8
commit 9ffa926bc8

View File

@ -26,5 +26,6 @@ create table llx_expedition_methode
tms timestamp,
code varchar(30) NOT NULL,
libelle varchar(50) NOT NULL,
description text,
statut tinyint default 0
);