RubyMine Shows Only Part of the Database Table

Asked 2 years ago, Updated 2 years ago, 79 views

RubyMine connected to the Rails database to check the contents of the table, but only one of the tables appears in the Application Name_development.public.
When I try Synchronize and reboot, I still don't see any other tables.
All tables are displayed properly in other projects.

Is there anyone who is in the same condition?
If you know how to deal with it, I would appreciate it if you could let me know.

Environment
RDBMS postgresql 9.4.5
RubyMine 7.1.4

rubymine

2022-09-30 19:09

1 Answers

I was able to solve myself.
The table information was updated to the latest one by disconnecting from the database specified in Data Sources and then re-connecting with the database named in Data Sources.


2022-09-30 19:09

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.