3 lines
90 B
MySQL
3 lines
90 B
MySQL
|
USE vn;
|
||
|
ALTER TABLE vn.calendar ADD CONSTRAINT calendar_UN UNIQUE KEY (businessFk,dated);
|