Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 68e4c3a2

Von Moritz Bunkus vor mehr als 10 Jahren hinzugefügt

  • ID 68e4c3a2d381e0b1b5b8cf317a6bed22973aace9
  • Vorgänger 0d33a925
  • Nachfolger a607a2d0

FollowUp(Access)-Rose-Models: sinnvollere Namen für Relationships

Unterschiede anzeigen:

SL/DB/MetaSetup/FollowUpAccess.pm
17 17
__PACKAGE__->meta->primary_key_columns([ 'id' ]);
18 18

  
19 19
__PACKAGE__->meta->foreign_keys(
20
  employee => {
20
  to_follow_ups_by => {
21 21
    class       => 'SL::DB::Employee',
22 22
    key_columns => { what => 'id' },
23 23
  },
24 24

  
25
  employee_obj => {
25
  with_access => {
26 26
    class       => 'SL::DB::Employee',
27 27
    key_columns => { who => 'id' },
28 28
  },

Auch abrufbar als: Unified diff