Is available back "Show table structure? in "database" tab?

Answered

Now I should call context menu and choice "Open DDL in console" or press ctrl + shift + C.
I do not like this...

And second question.
Before in structure I have: 

id                INT(11)   NOT NULL AUTO_INCREMENT

Now only:

id int auto_increment

 

0
1 comment

Hello,

Please see corresponding blog post about this change: https://blog.jetbrains.com/datagrip/2017/07/27/datagrip-2017-2-released/#tableddl This functionality has just been reworked again (DDL button was added to the Table Editor): https://youtrack.jetbrains.com/issue/DBE-4812#comment=27-2360863 The change will appear in the next IDEA update.

>And second question.

Please file an issue to https://youtrack.jetbrains.com/issues/DBE with the table real DDL and the DDL you are getting and provide Details output from Test Connection button for the Data Source. Thanks.

0

Please sign in to leave a comment.