In v3.0, is it possible to include the field name in the generated PK name?
For example we have a table named Order with OrderId as the pk. Currently the generated PK name would look like this:
PK_30000c543c9b400d3ba17c247e7
I would like it to look like this:
PK_OrderId_30000c543c9b400d3ba17c247e7
Can that be done?
Thanks