Revision 3ccf1a99
Von Moritz Bunkus vor etwa 12 Jahren hinzugefügt
SL/DB/MetaSetup/Contact.pm | ||
---|---|---|
28 | 28 |
cp_project => { type => 'text' }, |
29 | 29 |
cp_privatphone => { type => 'text' }, |
30 | 30 |
cp_privatemail => { type => 'text' }, |
31 |
cp_birthday => { type => 'text' }, |
|
32 | 31 |
cp_abteilung => { type => 'text' }, |
33 | 32 |
cp_gender => { type => 'character', length => 1 }, |
33 |
cp_street => { type => 'text' }, |
|
34 |
cp_zipcode => { type => 'text' }, |
|
35 |
cp_city => { type => 'text' }, |
|
36 |
cp_birthday => { type => 'date' }, |
|
34 | 37 |
], |
35 | 38 |
|
36 | 39 |
primary_key_columns => [ 'cp_id' ], |
Auch abrufbar als: Unified diff
Kontaktpersonenfeld von Freitext auf Datum umstelen
Basierend auf Patch von Thomas Heck <t.heck@linet-services.de> mit
Verfeinerungen von mir.
Implementiert #2021.