Andrii Sherman
Andrii Sherman
@IlCallo solution worked perfectly for me! Really don't understand, why capacitor is not handling it
I will close this issue since it can't be reproduced, and we already have support for unsigned ints. Feel free to reopen if it's still an issue
We've picked https://github.com/drizzle-team/drizzle-orm/issues/800 issue to be a tracking issue, so will close this on favour of #800
Could you please explain how you run migrations programmatically? Are you using the `migrate` function from drizzle-orm or have you written a custom script yourself (or are you using any...
Yeah, but the case is different here. I mean, if you have an empty database and then run the migrations, there should be no errors, and that's a bug in...
It means you just need to skip this first migration. By skip I mean comment out the initial migration We will include proper docs for this flow
Thanks! Will check it asap
As @bestickley mentioned here https://github.com/drizzle-team/drizzle-orm/pull/745#issuecomment-1589804662 we use numeric as string to have the same precision as database has
@AdiRishi thanks a lot! You've done really great work