datapointchris / ichrisbirch

1 stars 0 forks source link

Experiment with UUID #151

Open datapointchris opened 1 month ago

datapointchris commented 1 month ago

Change primary key ID in tables to UUID7, create another id if necessary.

For example in box_packing:

id: UUID7

box_id: box-04-thing

I'm not sure this is a good idea as the box_id could be non-unique…

Experiment