make_schema_at ( 'Schema', { debug => 1, dump_directory => '.', moniker_map => \&_get_moniker, }, [$self->dsn, $self->db_user, $self->db_pass], ); sub _get_moniker { return shift; #returns original table name with no modifications }