Revision 5d3143fc
Von Bernd Blessmann vor mehr als 12 Jahren hinzugefügt
SL/DB/MetaSetup/Customer.pm | ||
---|---|---|
19 | 19 |
city => { type => 'varchar', length => 75 }, |
20 | 20 |
country => { type => 'varchar', length => 75 }, |
21 | 21 |
contact => { type => 'text' }, |
22 |
phone => { type => 'varchar', length => 30 },
|
|
22 |
phone => { type => 'text' },
|
|
23 | 23 |
fax => { type => 'varchar', length => 30 }, |
24 | 24 |
homepage => { type => 'text' }, |
25 | 25 |
email => { type => 'text' }, |
Auch abrufbar als: Unified diff
Keine Längenbeschränkung für Spalte phone in den Tabellen customer und vendor.