Closed lajp closed 8 months ago
This could be achieved by splitting the parties table into multiple smaller tables, for example splitting people from addresses and then applying UNIQUE CONSTRAINTs for those. The smaller tables would be referenced from the invoices table.
UNIQUE CONSTRAINT
invoices
This could be achieved by splitting the parties table into multiple smaller tables, for example splitting people from addresses and then applying
UNIQUE CONSTRAINT
s for those. The smaller tables would be referenced from theinvoices
table.