Skip to content
This repository was archived by the owner on Jan 21, 2025. It is now read-only.

Commit eada145

Browse files
Merge pull request misd-service-development#49 from thewilkybarkid/doctrine-type-comment
Add note about existing schemas
2 parents 962c0d6 + 89b9196 commit eada145

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ You can then use the `phone_number` mapping:
8282

8383
This creates a `varchar(35)` column with a Doctrine mapping comment.
8484

85+
Note that if you're putting the `phone_number` type on an already-existing schema the current values must be converted to the `libphonenumber\PhoneNumberFormat::E164` format.
86+
8587
### Formatting `libphonenumber\PhoneNumber` objects
8688

8789
#### Twig

0 commit comments

Comments
 (0)