What’s the syntax for dropping a database table column through a Rails migration? 23 s 23 remove_column :table_name, :column_name For instance: remove_column :users, ...
-
April 27, 2022
- 0 Comments