OzzyRMOzzyRMDocs
GlossaryAttributes

list

The field stores an array of values.

The field stores an array of values.

List fields hold multiple values in a single column or represent one-to-many relation collections such as posts on a User model.

Example

Prisma
tags String[]

On this page