Revision 604765d5
Von Moritz Bunkus vor fast 12 Jahren hinzugefügt
SL/DB/MetaSetup/Contact.pm | ||
---|---|---|
34 | 34 |
cp_zipcode => { type => 'text' }, |
35 | 35 |
cp_city => { type => 'text' }, |
36 | 36 |
cp_birthday => { type => 'date' }, |
37 |
cp_function => { type => 'text' },
|
|
37 |
cp_position => { type => 'character', length => 75 },
|
|
38 | 38 |
], |
39 | 39 |
|
40 | 40 |
primary_key_columns => [ 'cp_id' ], |
Auch abrufbar als: Unified diff
Spalte 'cp_function' in 'cp_position' umbenennen zwecks Kompatibilität mit CRM