Closed vxio closed 4 years ago
Alternative to #267 ; this PR changes the underlying sql customers_phone.type and customers_address.type from smallint to varchar(20)
customers_phone.type
customers_address.type
smallint
varchar(20)
Fixes #265
Alternative to #267 ; this PR changes the underlying sql
customers_phone.type
andcustomers_address.type
fromsmallint
tovarchar(20)
Fixes #265