MariaDB driver and generate migrations
The company im working for insists on using MariaDB but im having issues generating migrations for my mariaDB.
For schemas i am using
'drizzle-orm/mysql-core'
and i create tables with mysqlTable()
and for generating the migrations im using drizzle-kit generate:mysql
.
In the drizzle.config.ts
i set the driver to this driver: 'mysql2'
when i now want to run drizzle-kit push:mysql
i get this error message
this is my user.ts schema:
this is the generated migration:
Am i doing something wrong?? 😆 thx for help in advance ❤️1 Reply
any help would be greatly appreciated