There is no built-in way to generate a database schema from a set of
Rose::DB::Object classes. (It can go the other way: generate classes
from a database schema.) If someone wants to add this feature, some
kind of adapter for SQL::Translator
(http://search.cpan.org/dist/SQL-Translator/) might be one way to do
it.
-John