ajout d'un champ label
This commit is contained in:
parent
919e696848
commit
a51b3767d8
@ -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;
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user