'token' used in key specification without a key length
Apparently I need to use
token: varchar("token", { length: 255 })
because token: text("token")
giving issues when pushing. Why?
I'm using drizzle with planetscale.0 Replies