Modif des clefs
This commit is contained in:
parent
8bf14096bd
commit
60436f3535
@ -26,5 +26,6 @@ create table llx_paiement_facture
|
|||||||
fk_facture integer,
|
fk_facture integer,
|
||||||
amount real default 0,
|
amount real default 0,
|
||||||
|
|
||||||
unique key (fk_paiement,fk_facture)
|
key (fk_paiement),
|
||||||
|
key (fk_facture)
|
||||||
)type=innodb;
|
)type=innodb;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user