I have this simple contrast on my sales table CONSTRAINT sales_stamping_id_key UNIQUE (company_id, stamping_id, invoice_number, invoiced) and I cannot find a way to change this disconnect constraint without removing the constraint. Is there any way to do this?
source
share