copilot_data_source_setting Table (476)
•
Environment: onsite, online
Some tooltip text!
• 1 minute to read
• 1 minute to read
Stores specific configuration values for each data source
Fields
| Name | Description | Type | Null |
|---|---|---|---|
| copilot_data_source_setting_id | Primary key | PK | |
| key | The key of data source setting | String(100) | |
| value | The value of data source setting | String(4000) | |
| copilot_data_source_id | The associated copilot data source | FK copilot_data_source | |
| registered | Registered when | UtcDateTime | |
| registered_associate_id | Registered by whom | FK associate | |
| updated | Last updated when | UtcDateTime | |
| updated_associate_id | Last updated by whom | FK associate | |
| updatedCount | Number of updates made to this record | UShort |

Indexes
| Fields | Types | Description |
|---|
Relationships
| Table | Description |
|---|---|
| associate | Employees, resources and other users - except for External persons |
| copilot_data_source | Stores data sources for each copilot |
Replication Flags
- None
Security Flags
- No access control via user's Role.