I have to add one column to almost 10 tables. What do you think is the best way to do that?
Make a one migration with weird name and use a loop to change column in each model
Make 10 migrations with similar content but having nice names like: add_extra_field_to_user