Ruby on Rails - adding an unique column to a table - ruby on rails tutorial - rails guides - rails tutorial - ruby rails
To adding a new unique column email for users
- Run the given below command:
It will create the below migration:
To adding a new unique column email for users
It will create the below migration: