Hello guys, I've been using Ruby for a long time now and a simple doubt always make me wonder.... Why do i need do specify the column type when removing a column?
I always do the following when removing a column: remove_column :table, :column, :type But the thing is...isn't the column name unique? Or can i have multiple columns with same name but different types? Sorry if it's a stupid question tho :P Thanks -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/rubyonrails-core. For more options, visit https://groups.google.com/d/optout.
