WaspW
Wasp3y ago
cgduzan

List of scalars in entities

Does Wasp support lists of scalars when defining entities? For example:

entity Recipe {=psl
    ...

    prepSteps     String[]

    ...
psl=}


I'm getting errors when trying to run a migration with code like this.
image.png
Was this page helpful?