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
Many of us have older codebases with primary keys as integers, not bigint. ARD allows these exceptions until you get round to migrating them.
What we don't want is to allow the problem to propagate. I definitely don't want FKIDs to be integer when the primary is bigint, but I want to allow (force?) all new FKIDs to be be bigint regardless of the PKID type. This will the future big fix migration to concentrate on the primary tables only.
I am prepared to ignore for the (rare?, nearly impossible?) possibility of a very large number being put in the FKID column. That Shouldn't Happen.
Would you like a check for this, with the standard exceptions system for existing tables?