Qare Internals
    SQL Tables
        Account
        appData
        appTable
        Applications
        Inbox
        KeyPair
        localPrivileges
        message
        pendingMessage
        privilege
        project
        registerInfo
        RegisterPending
        remoteAccount
        session
        System
        user
        userDelegations
    Schema
    Plugins
    API
 Site Map
 
appTable Table

It keeps the record of register pluggins run on local system . The information here is shared by appData table

 
 QareApplications
        AppDir
        ChangePassword
        Count
        CreateAccount
        Delegation
        DelegationDisplay
        DeleteRemote
        HelloWorld
        Inbox
        Login
        Logout
        Pending
        Ping
        Register
        RemoteAccount
        UserGroups
 



FIELD
TYPE
DESCRIPTION
applicationId
int(10) unsigned
An application identifier for which the privileges has been assigned(linked with the application table).
containerId
int(10) unsigned(PRI)
The container indentifier.
tableName
tinytext
The name of table.
entryKey
tinytext
It gives the name of system which has been registered.
entryId
int(10) unsigned
An entry indentifier.