mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
Add missing field
This commit is contained in:
parent
35a7e8fb4e
commit
0b9c0214d4
@ -506,6 +506,7 @@
|
||||
'adr_two_locality' => array('type' => 'varchar', 'precision' => 32),
|
||||
'adr_two_region' => array('type' => 'varchar', 'precision' => 32),
|
||||
'adr_two_postalcode' => array('type' => 'varchar', 'precision' => 32),
|
||||
'adr_two_countryname' => array('type' => 'varchar', 'precision' => 32),
|
||||
'adr_two_type' => array('type' => 'varchar', 'precision' => 64),
|
||||
'tel_work' => array('type' => 'varchar', 'precision' => 40, 'default' => '+1 (000) 000-0000', 'nullable' => False),
|
||||
'tel_home' => array('type' => 'varchar', 'precision' => 40, 'default' => '+1 (000) 000-0000', 'nullable' => False),
|
||||
|
Loading…
Reference in New Issue
Block a user