1 line
108 B
SQL
1 line
108 B
SQL
ALTER TABLE "lease_invoices" ADD CONSTRAINT "lease_invoices_invoice_number_unique" UNIQUE("invoice_number"); |