Single Select Field
Single select fields are used to select one value from preset options.
Physical Field Types
- MySQL:
varchar
- PostgreSQL:
varchar
- SQLite:
text
Applicable Scenarios
- Status selection
- Gender selection
- Level selection
- Type selection
- Priority selection
API Return Example
json
{
"status": "active",
"priority": "high",
"gender": "female"
}