Model Rename in DB

So when I allowed Metabase to create cache for a model, it automatically create another schema in my DB with this name: metabase_cache_fd4bf_2.
Table name is model_230_user_detai.
If I changed the name of either schema or table, will it affect anything? Like caching or querying?
I renamed the table and couldn't query the table in metabase.
For instance: select * from {{#model_230_user_detai}} a, it doesn't work after i changed the table name.