Ajout du champs description
This commit is contained in:
parent
c5a3853de8
commit
9ffa926bc8
@ -26,5 +26,6 @@ create table llx_expedition_methode
|
|||||||
tms timestamp,
|
tms timestamp,
|
||||||
code varchar(30) NOT NULL,
|
code varchar(30) NOT NULL,
|
||||||
libelle varchar(50) NOT NULL,
|
libelle varchar(50) NOT NULL,
|
||||||
|
description text,
|
||||||
statut tinyint default 0
|
statut tinyint default 0
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user