- or download this
naming => {
monikers => 'preserve',
relationships => 'preserve',
column_accessors => 'preserve',
}
- or download this
__PACKAGE__->belongs_to(
"MyRefTableId",
...
"Id" => "MyRefTableId",
},
);
- or download this
__PACKAGE__->belongs_to(
"MyRefTableId",
...
"on_update" => "NO ACTION",
},
);