Simon
04/21/2020, 6:23 AMcuid()
or to autoincrement()
that is the question...
Assuming Postgres is being used, how do you normally go about choosing one for your id field? Imagine you need to explain the choice to a total DB n00b, how would you guide that person to make a choice? Thoughts?Ryan
04/21/2020, 10:03 AMuuid
or int
with autoincrement. You can use whatever you prefer in this case actually. You can stick to int
and be totally fine šSimon
04/21/2020, 10:19 PMSimon
04/21/2020, 10:21 PMwuichen
05/19/2020, 5:15 AM