salix/db/versions/.archive/10663-tealCymbidium/00-firstScript.sql

2 lines
102 B
MySQL
Raw Normal View History

-- Place your SQL code here
ALTER TABLE vn.vehicle ADD CONSTRAINT vehicle_UN UNIQUE KEY (numberPlate);