SirCameron
SirCameron
DTDrizzle Team
Created by SirCameron on 11/18/2023 in #help
Newline causing SQL error when migrating
If I run a migration that contains many SQL statements, it fails. If I generate the migration SQL one table at a time, the migration will succeed when being executed... Conclusion is that the newline character between statements is causing issues... breakpoints is true in drizzle.config.ts but that doesn't seem to be working at all, not breakpoints are added. is there a way to preprocess the SQL files before execution? context: MacOS, node 18.18.2 drizzle-orm 0.25.3 drizzle-kit 0.17.6
2 replies
DTDrizzle Team
Created by SirCameron on 7/17/2023 in #help
Fulltext index MySQL
How can I define a fulltext index with MySQL? there is no fulltextIndex available in mysql-core.
5 replies