Well, this could be a rails bug, but you can always generate your db structure with this:
rake db:structure:dump
This is going to generate an “#{Rails.env}.sql” file for you with your database structure in SQL.
Well, this could be a rails bug, but you can always generate your db structure with this:
rake db:structure:dump
This is going to generate an “#{Rails.env}.sql” file for you with your database structure in SQL.