Introspecting sqlite database invalid syntax
When introspecting an sqlite database, inside the schema.ts file I'm seeing lines like
I saw this related issue: https://github.com/drizzle-team/drizzle-kit-mirror/issues/116
icon: numeric("icon").default(dashboard).notNull(), where as you can see "dashboard" is a variable (that is undefined in the schema.ts file) and not a string.I saw this related issue: https://github.com/drizzle-team/drizzle-kit-mirror/issues/116