Using the form type supplied, the number is automatically converted to the E164 format. The E164 format has a maximum of 15 digits (without the "+"), so the length must be configurable, as the doctrine format is 35 characters long and hard-coded.
With my PR, it's now possible to configure the length of the column. For instance:
Using the form type supplied, the number is automatically converted to the E164 format. The E164 format has a maximum of 15 digits (without the "+"), so the length must be configurable, as the doctrine format is 35 characters long and hard-coded.
With my PR, it's now possible to configure the length of the column. For instance:
156