Primary Keys
-
Hello,
The following tables have no primary key:
prefix_aws_cache
prefix_aws_indexFor managed database clusters at DigitalOcean, this is a problem, since the primary key is required to exist on all tables for restoring, recovering, forking, etc: https://docs.digitalocean.com/products/databases/mysql/how-to/create-primary-keys/
I noticed that to solve a migration issue a few months back, you had someone simply drop the tables and re-index, etc. Will this re-create the tables with a primary key? If not, would you consider adding a primary key to these tables during creation to accommodate the subset of your users who utilize databases such as DigitalOcean’s managed database clusters?
Thanks in advance for your help.
- The topic ‘Primary Keys’ is closed to new replies.