Drop mysql tables in Rails

Posted by strangerpixel on Stack Overflow See other posts from Stack Overflow or by strangerpixel
Published on 2010-05-05T16:06:01Z Indexed on 2010/05/05 16:08 UTC
Read the original article Hit count: 134

Filed under:
|
|

How do I drop selected tables in Rails? I want to drop all tables from a database with a given prefix. PHPMyAdmin would be very useful at this point.

Thanks

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about mysql