fix: erreur de syntaxe
This commit is contained in:
parent
c2a200efbc
commit
b8ddbb8c94
@ -31,6 +31,6 @@ create table llx_paiementfourn_facturefourn
|
|||||||
"fk_paiementfourn" int4 default NULL,
|
"fk_paiementfourn" int4 default NULL,
|
||||||
"fk_facturefourn" int4 default NULL,
|
"fk_facturefourn" int4 default NULL,
|
||||||
"amount" real default '0',
|
"amount" real default '0',
|
||||||
"UNIQUE" (fk_facturefourn),
|
UNIQUE(fk_facturefourn),
|
||||||
"UNIQUE" (fk_paiementfourn)
|
UNIQUE(fk_paiementfourn)
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user