You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am relatively new to tortoise-orm, but have dived straight in with it on one of my latest projects. However, I am concerned about running out of values for a few of my id fields that are using the 32-bit signed integer field. I would like to convert them to 32-bit unsigned integer fields to add a little extra padding. Is there any way to do this effectively? The docs make no mention of unsigned integers as far as I can tell. Feel free to correct me if I am wrong. Any advice would be appreciated.
I am currently using SQLite3 for development and will be moving to MySQL for production.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey Everyone,
I am relatively new to tortoise-orm, but have dived straight in with it on one of my latest projects. However, I am concerned about running out of values for a few of my id fields that are using the 32-bit signed integer field. I would like to convert them to 32-bit unsigned integer fields to add a little extra padding. Is there any way to do this effectively? The docs make no mention of unsigned integers as far as I can tell. Feel free to correct me if I am wrong. Any advice would be appreciated.
I am currently using SQLite3 for development and will be moving to MySQL for production.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions