I want my local IDs to be short (6 or 7 characters) but my database-side IDs to be long (so I'm not restricted after a couple million/billion claims). Also these will be different because I don't want my server querying the database to check that a claimID hasn't been used every time the user tries to create a new claim.
I suppose I'll need a map between local claimIDs and global claimIDs.
I want my local IDs to be short (6 or 7 characters) but my database-side IDs to be long (so I'm not restricted after a couple million/billion claims). Also these will be different because I don't want my server querying the database to check that a claimID hasn't been used every time the user tries to create a new claim.
I suppose I'll need a map between local claimIDs and global claimIDs.