...
Implementing validation on the Phone field "phone" to make it:
- mandatory
- unique
- adhere to a specific format using a regular expression (more on Regular Expression at http://www.regular-expressions.info/)
...
...
Implementing validation on the Phone field "phone" to make it:
...