Any tips for using Drizzle without the schema declared via Drizzle syntax?
We are using Atlas for DB migrations, and therefore don't have the schema declared via Drizzle. Introspecting the DB has not been too accurate unfortunately.
Some issues:
BOOLEAN inferred correctly as numeric, could this be inferred as integer mode: "boolean"? (I think Prisma does this)
Named foreign keys getting dropped. (not too important?)
DEFAULT native => default("sql(native)").
UNIQUE constraints getting dropped (not too important?)
Some issues:
BOOLEAN inferred correctly as numeric, could this be inferred as integer mode: "boolean"? (I think Prisma does this)
Named foreign keys getting dropped. (not too important?)
DEFAULT native => default("sql(native)").
UNIQUE constraints getting dropped (not too important?)