jbyman / CrisisConnector

Help Directory project for the COVID-19 hackathon
Apache License 2.0
1 stars 1 forks source link

Improve ID System #44

Open jbyman opened 4 years ago

jbyman commented 4 years ago

Right now the organization ID is denoted by a random 32 bit number. While this will very likely be unique, it is not guaranteed to be so. We can even just set an AUTO INCREMENT directive in Postgres instead of doing this.