Adds `ALTER _ RENAME TO _` support
This patch was authored by @NeedleInAJayStack and released by @0xTim.
Adds table-renaming support to SQLAlterTableBuilder
. This produces SQL queries of the form:
ALTER `table_name` RENAME TO `new_table_name`
Adds table-renaming support to SQLAlterTableBuilder
. This produces SQL queries of the form:
ALTER `table_name` RENAME TO `new_table_name`