2 lines
88 B
MySQL
2 lines
88 B
MySQL
|
ALTER TABLE vn.ticketRefund ADD CONSTRAINT ticketRefund_UN UNIQUE KEY (refundTicketFk);
|