changed alt_phone to be VARCHAR(12) to allow for Sweden phone numbers
git-svn-id: svn://192.168.202.10@197 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -256,7 +256,7 @@ postal_code VARCHAR(10),
|
||||
country_code VARCHAR(3),
|
||||
gender ENUM('M','F'),
|
||||
date_of_birth DATE,
|
||||
alt_phone VARCHAR(10),
|
||||
alt_phone VARCHAR(12),
|
||||
email VARCHAR(70),
|
||||
security_phrase VARCHAR(100),
|
||||
comments VARCHAR(255),
|
||||
|
||||
Reference in New Issue
Block a user