Comment by MichaelNolan

Comment by MichaelNolan 5 hours ago

0 replies

I guess things are DB dependent. Spanner for instance not only recommends using uuidv4 as a PK, it also stores it as string(36). Uuidv4 as a PK works fine on Postgres as well.