New: Ajout de caractristiques l'entrept.

This commit is contained in:
Laurent Destailleur 2005-03-28 17:21:47 +00:00
parent bc1201e4d6
commit 1211ea5601

View File

@ -28,6 +28,11 @@ create table llx_entrepot
tms timestamp,
label varchar(255) NOT NULL,
description text,
lieu varchar(64), -- résumé lieu situation
address varchar(255),
cp varchar(10),
ville varchar(50),
fk_pays integer DEFAULT 0,
statut tinyint DEFAULT 1, -- 1 ouvert, 0 fermé
fk_user_author integer
)type=innodb;