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
rel.ID is interesting. It mixes in a few different things. It would be interesting to have a rel.BigID that maps to BIGINT NOT NULL IDENTITY(1,1) PRIMARY KEY
I'm using BIGINT instead of INT in more and more tables these days -- especially for anything transactional.
The text was updated successfully, but these errors were encountered:
Disclaimer: Just reviewing code at this point.
rel.ID
is interesting. It mixes in a few different things. It would be interesting to have arel.BigID
that maps toBIGINT NOT NULL IDENTITY(1,1) PRIMARY KEY
I'm using BIGINT instead of INT in more and more tables these days -- especially for anything transactional.
The text was updated successfully, but these errors were encountered: