1. Go to this page and download the library: Download zortje/mysql-keeper library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
[
'users' => [
'issues' => [
[
'type' => 'field',
'field' => 'id',
'description' => 'Set as auto_increment but has no primary key'
],
[
'type' => 'field',
'field' => 'id',
'description' => 'Set as auto_increment but is not set as primary'
]
],
'optimizations' => [
[
'type' => 'field',
'field' => 'id',
'description' => 'Field should be unsigned, as no field values are negative'
]
]
]
];