piton
Explore posts from serversDTDrizzle Team
•Created by piton on 4/3/2024 in #help
Empty default array
Im creating text array with empty array as default like this
tags: text("tags").array().default([]),
but when i do drizzlekit push:pg
it gives the following changes but when applying the changes it errors out:
Error: error: syntax error at or near ";"
position: 58
(which means at the end of the first query)4 replies