I'm getting warning's about database tables that are allowing null's in their PK.
When I try to disable allowing nulls for the PK, it just resets back to allowing them when I save.
How do I disable allowing nulls for the PK? Do I need to use an external database editor to do this?
For some context, these are quite old database tables. From Visual Fox Pro. Purely setup to import old data, and not for active use.