Ajout clef d'unicit

This commit is contained in:
Rodolphe Quiedeville 2006-12-09 21:48:08 +00:00
parent 6fc3731af9
commit 70d8e6fe58

View File

@ -25,6 +25,6 @@ create table llx_fournisseur_ca
fk_societe integer,
date_calcul datetime,
year smallint UNSIGNED,
ca_genere float
ca_genere float,
UNIQUE (fk_societe, year)
)type=innodb;