Database – Tenant Plugins Contract Entity (tenant_plugins_contract_entity)
Holds plugin information for the tenant.
Column | Data Type | Column Info | Value Notes | Other |
id | int(11) | The id of the entity | ||
user_id | int(11) | ID of the associated agent user | ||
user_ip | char(20) | IP address of associated agent user | ||
contract_id | int(11) | ID of the contract that was signed | ||
type | char(50) | Identifier for the entity type | ||
lastUpdated | timestamp | Timestamp of when the entity was last updated | ||
created | timestamp | Timestamp of when the entity was created | ||
deleted | smallint(1) | Whether or not the entity was deleted | ||
contract_info | text | Plugin contract information |