Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IntelliJ DataGrip how to enable add row?

I use the DataGrip for some days now and i really like it but it has a suspicious behavior. In some tables i open i can't add new rows. In other tables of the same database it works fine.

The add row button is disabled and so i can't add new rows. If there are rows in the table i can remove them but still can't add new.

I searched the web for that but can't find any hint why this happens.

Do somebody know why is that? Is there a configuration or setup to enable adding rows for specific tables?

like image 536
Stefan Lang Avatar asked Dec 16 '16 16:12

Stefan Lang


1 Answers

you have to refresh your database model by synchronizing. right click your scheme then click synchronize (ctrl + alt + y) then you can see add new row button is not disabled.

like image 169
emremp Avatar answered Sep 19 '22 21:09

emremp