Function DatabaseRepair->create_table_missing_in_meta
Definitions
sources/database_repair.php
- Table is existent but meta details missing.
- Visibility: private
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
---|---|---|---|---|---|---|---|
$table_name | string | No | No | required parameter | N/A | N/A | Table name |
$table | array | No | No | required parameter | N/A | N/A | Table details |
Preview
Code (PHP)
/**
* Table is existent but meta details missing.
*
* @param string $table_name Table name
* @param array $table Table details
*/
private function create_table_missing_in_meta(string $table_name, array $table)
* Table is existent but meta details missing.
*
* @param string $table_name Table name
* @param array $table Table details
*/
private function create_table_missing_in_meta(string $table_name, array $table)