How to drop columns using Rails migration

Posted by Ethan on Stack Overflow See other posts from Stack Overflow or by Ethan
Published on 2010-05-14T00:02:54Z Indexed on 2010/05/14 0:04 UTC
Read the original article Hit count: 335

Filed under:
|
|
|
|

What's the syntax for dropping a database table column through a Rails migration?

© Stack Overflow or respective owner

Related posts about rails

Related posts about migrations