Primary Key Fixer
开发者 |
omelhus
|
更新时间 |
2021年8月29日 15:04 |
PHP版本: |
7.2 及以上 |
WordPress版本: |
5.8 |
版权: |
Apache2 |
详情介绍:
Plugins like Yoast and Slider Revolution doesn't create a PRIMARY KEY on tables when they are created. This is an issue when using services like Digital Ocean managed databases etc that uses replication and requires primary keys.
By installing this plugin it will add a query filter and look for queries that include CREATE TABLE and UNIQUE KEY, but not PRIMARY KEY, and insert a PRIMARY KEY for the same field as the UNIQUE KEY.
It will not fix restore where the query includes multiple create table and some of them contains 'primary key'.