createInsertSchema forgets .$type() on text json mode fields in sqlite

for example:
foodThemes: text("foodThemes", {
mode: "json",
}).$type<foodThemes[]>(),
foodThemes will be referenced as JSON
Was this page helpful?