[-] Core: increase size of phone field

This commit is contained in:
Rémi Gaillard
2013-03-01 16:01:26 +01:00
parent fc3c86da39
commit c52f5a6a2b
3 changed files with 7 additions and 4 deletions

View File

@@ -33,8 +33,8 @@ CREATE TABLE `PREFIX_address` (
`postcode` varchar(12) default NULL,
`city` varchar(64) NOT NULL,
`other` text,
`phone` varchar(16) default NULL,
`phone_mobile` varchar(16) default NULL,
`phone` varchar(32) default NULL,
`phone_mobile` varchar(32) default NULL,
`vat_number` varchar(32) default NULL,
`dni` varchar(16) DEFAULT NULL,
`date_add` datetime NOT NULL,