Can't reference an array of enum in a table
I'm trying to define a column in a table such as:
abilitiesRequired: abilities("abilitiesRequired").array(),
but I get an error saying that abilities[] does not exist.
How should i define that column so we can have one or multiple enums in ?
Thank you0 Replies