Mysql
 sql >> Database >  >> RDS >> Mysql

mysql chiavi univoche combinate

Puoi definire un indice su più colonne, ad es.:

CREATE UNIQUE INDEX arbitrary_index_name ON table_name (title, store);