Database – Contract Signor Entity (contract_signer_entity)
Description
This holds information about which agent user signed the SAS contract.
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 |
||
contract_id |
int(11) |
ID of the contract that was signed |
||
signed |
tinyint(1) |
Whether or not the contract was signed |
1 - yes, 0 - no |
|
deleted |
tinyint(1) |
Whether or not the entity was deleted |
1 - yes, 0 - no |
|
created |
timestamp |
Timestamp of when the entity was created |
||
lastUpdated |
timestamp |
Timestamp of when the entity was last updated |
||
remote_addr |
char(20) |
IP address of the client machine |