Hi there!
Is there a way to get a complete/up-to-date "schema.rb" file, based on just the database? (without using any migration files...)
Hi there!
Is there a way to get a complete/up-to-date "schema.rb" file, based on just the database? (without using any migration files...)
rake db:schema:dump
Thanks a lot !