in reply to how can I figure out what moniker DBIx::Class::Schema::Loader used for a given table?
Hi, the documentation for DBIx::Class::Schema::Loader::Base shows how to control naming for monikers and other elements of your schemas by specifying a version number. If you are not specifiying a version, you are using the default, so consulting the documentation there will show you how the monikers are constructed.
Hope this helps!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: how can I figure out what moniker DBIx::Class::Schema::Loader used for a given table?
by tomgracey (Scribe) on Dec 29, 2017 at 02:16 UTC | |
by 1nickt (Canon) on Dec 29, 2017 at 03:28 UTC |