Function DatabaseConnector->rename_table
Definitions
sources/database.php
- Rename the given table.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$old | ID_TEXT | required parameter | N/A | N/A | The old table name |
$new | ID_TEXT | required parameter | N/A | N/A | The new table name |