Modification de la structure

This commit is contained in:
Rodolphe Quiedeville 2003-11-24 15:44:35 +00:00
parent 24e2aff0c9
commit c5a3853de8

View File

@ -22,9 +22,9 @@
create table llx_expedition_methode create table llx_expedition_methode
( (
rowid integer AUTO_INCREMENT PRIMARY KEY, rowid integer PRIMARY KEY,
tms timestamp, tms timestamp,
code varchar(30) NOT NULL, code varchar(30) NOT NULL,
libelle varchar(50) NOT NULL, libelle varchar(50) NOT NULL,
note text statut tinyint default 0
); );