Multiple Select Field
The multiple select field allows selecting multiple values from predefined options.
Physical Field Types
- MySQL:
text
- PostgreSQL:
text
- SQLite:
text
Applicable Scenarios
- Tag selection
- Permission settings
- Interests and hobbies
- Skill selection
- Applicable scope
API Return Example
json
{
"tags": ["frontend", "backend", "database"],
"permissions": ["read", "update", "delete"],
"skills": ["JavaScript", "Python", "SQL"]
}