Search
Star
Feedback
Setup for Free
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Can't reference an array of enum in a table - Drizzle Team
DT
Drizzle Team
•
3y ago
Mr.T
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(),
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 you
Drizzle Team
Join
The official Discord for all Drizzle related projects, such as Drizzle ORM, Drizzle Kit, Drizzle Studio and more!
11,879
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
Extract enum values as an array from a table's column
DT
Drizzle Team / help
2mo ago
Enum array column
DT
Drizzle Team / help
2y ago
Typing `varchar` with a type reference instead of `enum` value
DT
Drizzle Team / help
2y ago