Hotkey to refresh table definition 关注
Someone else adds a column to a table
In my ide i do select * from table, put my mouse over table, and dont see the new column
What's the fastest way to get the definition in cache refreshed without using the left object navigation bar?
请先登录再写评论。
Thank you for contacting us.
You can use the Refresh hotkey combo, which is `Ctrl + F5`. Doing so should update the database explorer tree.
Let me know if you have questions.
Doesnt that refresh the entire database? I just want to refresh that one table, or at most that one schema.
This will depend on the databases / schemas you've selected in Database Explorer:


However, if you want to update the objects from the tree view automatically, please make sure you have this setting turned on:
Let me know if it works for you.