In MySQL Workbench, double clicking on a table object pastes the table name into the query file currently in focus.
Can it be changed? I would like to see table contents when double clicking on it. Or at least, disable the current behavior. Is that possible? and how?
Thanks.
PK. This stands for the primary key. It can be used to make the column as a primary key.
You can add or modify the columns or indexes of a table, change the engine, add foreign keys, or alter the table name. To access the MySQL Table Editor, right-click a table name in the Navigator area of the sidebar with the Schemas secondary tab selected and click Alter Table.
You can change it by following these step : Right click the table shown at the left in Schema tab of workbench and then select Alter Table . You will get a window like this -> Here you can see the column names available, edit here and click on apply.
You can't, but do consider submitting a feature request.
For now, hover your cursor to the right of the table name and click the desired icon... in this case, click the one that shows the table contents (as it executes "SELECT * FROM tablename").
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With