Link Field
The link field is used to store URL addresses and supports automatic validation of URL formats.
Physical Field Types
- MySQL:
varchar
- PostgreSQL:
varchar
- SQLite:
text
Applicable Scenarios
- Website addresses
- Social media links
- Image URLs
- Document links
- External resource references
API Return Example
json
{
"website": "https://www.example.com",
"avatar_url": "https://example.com/images/avatar.jpg"
}