user_candidate Table (389)
•
Environment: onsite, online
Some tooltip text!
• 1 minute to read
• 1 minute to read
This table will hold user candidate secrets
Fields
Name | Description | Type | Null |
---|---|---|---|
id | Primary key | PK | |
person_id | FK person | ||
secret_key | String(255) | ● | |
secret_value | String(255) | ● |
Indexes
Fields | Types | Description |
---|---|---|
id | PK | Clustered, Unique |
person_id | FK | Index |
secret_key | String(255) | Index |
Relationships
Table | Description |
---|---|
person | Persons in a company or an organizations. All associates have a corresponding person record |
Replication Flags
- None
Security Flags
- No access control via user's Role.