Putting together a site with a lot of tables – and already starting to realize I need to change some naming conventions around so I can find some of them when I need to edit. Unfortunately, changing the name of an existing table and saving doesn’t update the table name.
Is my only solution to clone the table, give it a new name, update the reference to it, then remove the old table?