Does rake db:create accept a parameter to specify the environment to
create? I have a _development DB and would like to create the
_production DB to match the schema, and migrate the data.
I can't seem to find the documentation to do this. Can someone point
me in the right direction? Or do you have the command to do this?