Please show me how to generate the SQL schema from my Perl file DBIx::Class?
Basically the reverse side of make_schema_at's DBIx::Class::Schema::Loader.
I already created Perl schema files, I just want to recreate the schema in my SQL database.
I can not find examples from Perl -> SQL.
Thank you very much in advance.
source
share