Rails schema.rb different for different databases Rails schema.rb different for different databases sqlite sqlite

Rails schema.rb different for different databases


For your own sanity, I'd recommend using the same DB engine in development as you do in production. It doesn't take too much effort to get up and running with a local PostgreSQL server, and you'll avoid some nasty surprises by doing all of your development and testing on the same backend you're using in production.