ash v0.10.0 Ash.Type.String View Source
Stores a string in the database
A builtin type that can be referenced via :string
Constraints
:max_length
- Enforces a maximum length on the value:min_length
- Enforces a minimum length on the value:match
- Enforces that the string matches a passed in regex