Has anyone else lost the ability to drop tables from the database tab UI in intellij? I used to be able to right click a table and delete or hit the delete key with the table selected to drop the table but now i dont get that option. The delete button in the modify table popup is also greyed out. Im able to open a query console and drop tables manually by writing a drop table statement so its not a permissions issue or anything.
t
Teodor Irkhin
09/11/2025, 9:40 AM
In the release version, it’s in ObjectActions | Drop. (1st screenshot)
But in 2025.3, it’s going to be returned (EAP is coming soon)
m
Michael Friend
09/11/2025, 1:55 PM
Ah thank you! I see the delete key icon is still on the item in the submenu implying the shortcut still exists, but hitting delete wasnt working for me. Is that expected behavior or just a bug