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
 
appData Table

It keeps record of applications installed and particular pluggin deleted from the system.

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



FIELD
TYPE
DESCRIPTION
appDataId
int(10) unsigned
An appData indentifier
applicationId
int(10) unsigned
The application identifier for which the appData has been assigned(linked with the appData table)
xmlData
text
The data is of xml form .
peerDeleted
tinyint(4)
It's deletes the container,tablename,and the respective pluggin means particular application registered for a system.
gkey
varchar(79)
The generated key needed by appTable.