Skip to content

Commit d47c881

Browse files
authored
Merge pull request ExpressionEngine#741 from RK311y/update/model-service-typed-columns/pipe-delimited
Add pipeDelimited to Model Service Typed Columns
2 parents 0d6b8a6 + 322ed17 commit d47c881

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/development/services/model/building-your-own.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ The available options include:
262262
| boolString | Cast to y/n | Cast to boolean |
263263
| yesNo | Cast to y/n | Cast to boolean |
264264
| timestamp | Cast to timestamp | Cast to DateTime |
265+
| pipeDelimited | Cast to string | Cast to array |
265266

266267
## Composite Types
267268

0 commit comments

Comments
 (0)