Ajout clef d'unicité
This commit is contained in:
parent
6fc3731af9
commit
70d8e6fe58
@ -25,6 +25,6 @@ create table llx_fournisseur_ca
|
|||||||
fk_societe integer,
|
fk_societe integer,
|
||||||
date_calcul datetime,
|
date_calcul datetime,
|
||||||
year smallint UNSIGNED,
|
year smallint UNSIGNED,
|
||||||
ca_genere float
|
ca_genere float,
|
||||||
|
UNIQUE (fk_societe, year)
|
||||||
)type=innodb;
|
)type=innodb;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user