Mysql – How to view the table structure in workbench in thesql database without quotes

mysql-workbench

I need to view the structure(i.e table scripts without quotes) of tabes from mysql work bench

Thanks

Best Answer

You can get the DDL via the context menu for an object. So, right click on e.g. your table and let it send the DDL to your current editor or to the clipboard:

enter image description here