Good Afternoon,
Unfortunately at this point in time there is no easy way to rename a table. It is a function that at some point down the road we’d like to include, but it will be a massive undertaking to do so, as the SQL server doesn’t have “rename table” functionality.
At present, the only way to “rename” a table is to delete the original table and recreate it using the new name.
I like the way you’re thinking though!!!