How to make an unsigned bigint column in MySQL

Hiya folks, I am trying to use lucia auth with drizzle, and it requires me to make a table with unsigned bigint, however I can't seem to find that option anywhere in the documentation or google. Can someone help me with that. Thanks a ton
2 Replies
kelbs
kelbs11mo ago
I'm also trying to migrate to drizzle and use lucia. Looks like unsigned ints aren't yet supported which is kinda crazy... but at least its on the roadmap I guess https://github.com/orgs/drizzle-team/projects/1/views/1?pane=issue&itemId=28818707
Andrii Sherman
Andrii Sherman11mo ago
Yes, it's on roadmap! I'll try to address it soon, have a lot of things to do and some features may take a bit longer due to that But trying our best to finish all of them