Email Field
The email field is used to store email addresses and automatically validates the email format.
Physical Field Types
- MySQL:
varchar
- PostgreSQL:
varchar
- SQLite:
text
Applicable Scenarios
- User email
- Contact email
- Subscription email
- Notification receiving email
- Corporate email
API Return Example
json
{
"email": "[email protected]",
"contact_email": "[email protected]"
}