This commit is contained in:
Regis Houssin 2006-05-29 15:33:12 +00:00
parent 5aa31b4967
commit 925a29c9a8

View File

@ -223,7 +223,7 @@ create table llx_livraison
date_livraison date default NULL,
fk_adresse_livraison integer,
UNIQUE INDEX (ref)
UNIQUE INDEX (ref),
key(fk_commande)
)type=innodb;