Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR RUBY

rails migration remove column

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

#Exemple :

rails g migration RemoveCountryFromSampleApps country:string
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #rails #migration #remove #column
ADD COMMENT
Topic
Name
5+4 =