Posts by cleverson developer • 1 point
1 post
-
0
votes1
answer101
viewsA: Update all Fields of a model, except the key Primary
If we update a field defined as PK, it is a strong indication that this field should not be a PK. It seems to me that you only wish such a field to be unique. Then I suggest something like this:…