Revision 45a48bed
Von Sven Schöling vor fast 13 Jahren hinzugefügt
SL/DB/Customer.pm | ||
---|---|---|
26 | 26 |
column_map => { id => 'cp_cv_id' }, |
27 | 27 |
manager_args => { sort_by => 'lower(contacts.cp_name)' }, |
28 | 28 |
}, |
29 |
business => { |
|
30 |
type => 'one to one', |
|
31 |
class => 'SL::DB::Business', |
|
32 |
column_map => { business_id => 'id' }, |
|
33 |
}, |
|
34 | 29 |
); |
35 | 30 |
|
36 | 31 |
__PACKAGE__->meta->initialize; |
Auch abrufbar als: Unified diff
rdbo models: customer und vendor nach de8868c und 4c4939d0.