How to add an auto increment property to a column named user_number
in my table users
via Rails Migration.
I already have an id field which is its primary key and it is an autoincrement field. Im trying to create a new autoincrement field without deleting this id field..