Answers for "drop a coloumn and add one in rails migration"

0

rails migration remove column

rails g migration Remove..From.. col1:type col2:type col3:type

#Exemple :

rails g migration RemoveCountryFromSampleApps country:string
Posted by: Guest on February-04-2021

Code answers related to "drop a coloumn and add one in rails migration"

Browse Popular Code Answers by Language