Well, I´ve got in situation that could not ocurr but situations seem not to respect some rules.
I need simply to rename a table. I can imagine some ways to do that. I tried rename in MySql and rename respective .table file but didn´t worked. I gives me error with keys. Another way I think is create another table with the new name and copy everything. I think this is inneficient and might not work because of the ID if I use DAL. Use SQL so? And .table file?