|
|
|
|
|
by fleitz
3725 days ago
|
|
I believe this is what foreign keys are for, and also, they are usually both ints/uuids/etc so generally they are interchangeable. I fail to see how customer.id = product.id
is any less obvious of a bug than customer.customerID = product.productID
|
|