ajout d'un champ label

This commit is contained in:
Regis Houssin 2006-04-19 15:03:47 +00:00
parent 919e696848
commit a51b3767d8
2 changed files with 4 additions and 1 deletions

View File

@ -140,4 +140,6 @@ create table llx_societe_adresse_livraison
note text,
fk_user_creat integer,
fk_user_modif integer
)type=innodb;
)type=innodb;
alter table llx_societe_adresse_livraison add column label varchar(30) after datec;

View File

@ -26,6 +26,7 @@ create table llx_societe_adresse_livraison
rowid integer AUTO_INCREMENT PRIMARY KEY,
tms timestamp,
datec datetime, -- creation date
label varchar(30), --
fk_societe integer DEFAULT 0, --
nom varchar(60), -- company name
address varchar(255), -- company adresse