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
foodThemes: text("foodThemes", {
mode: "json",
}).$type<foodThemes[]>(),
foodThemes will be referenced as JSON