Closed tunakode closed 3 years ago
I have seen that Medoo have create and drop table ( https://medoo.in/api/ ) Is there any management API that can renaming table?
I mean something like: $database->rename("account", "accounts");
$database->rename("account", "accounts");
instead something like
$database->query("ALTER TABLE table_name ( RENAME TO new_table_name) ;");
Regards
not required
I have seen that Medoo have create and drop table ( https://medoo.in/api/ )
Is there any management API that can renaming table?
I mean something like:
$database->rename("account", "accounts");
instead something like
Regards