Open jbyman opened 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.
AUTO INCREMENT
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.