Made a start with showing foreignkeys in column list.
Not finished, need to decide what to do with multiple and multi column fkeys.
This commit is contained in:
parent
a76686acfd
commit
190a6c04dc
14 changed files with 97 additions and 94 deletions
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
#include "ASyncWindow.h"
|
||||
#include "ConnectionConfig.h"
|
||||
#include <memory>
|
||||
|
||||
namespace Ui {
|
||||
class ServerWindow;
|
||||
|
|
@ -25,7 +26,7 @@ private:
|
|||
|
||||
MasterController *m_masterController = nullptr;
|
||||
ConnectionConfig m_config;
|
||||
OpenDatabase *m_database = nullptr;
|
||||
std::shared_ptr<OpenDatabase> m_database;
|
||||
DatabasesTableModel *m_databasesModel = nullptr;
|
||||
RolesTableModel *m_rolesModel = nullptr;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue