New: Ajout de caractristiques l'entrept.
This commit is contained in:
parent
bc1201e4d6
commit
1211ea5601
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user