It would be necessary to make var_key unique, what is the best way to proceed, create another table with keys and store the ID in the var_key field?
It would be necessary to make var_key unique, what is the best way to proceed, create another table with keys and store the ID in the var_key field?
Source: https://ru.stackoverflow.com/questions/527505/
All Articles
table_nameADD UNIQUEunique_index(var_key,lang); - E_p