Results 84 comments of Robert Buchberger

Still seeing this issue on 0.23.0. My error is pretty much the same as OP but I'll add it for completeness: Schema: ```typescript export const selfAssessmentReviews = mysqlTable('selfAssessmentReview', { id:...

Be nice to open source maintainers, especially considering that this team is only like a handful of people and their country is being invaded.

@Flowko's approach works well, but instead of redefining every table you can just delete the `serial` import from drizzle and redefine it yourself at the top of your schema: ```typescript...

Adding a +1 for this; throwing an error when passed an empty array is not useful nor expected, nor does it raise a typescript error which especially sucks.