MachineUserAutoStart
User and Machine specific auto start configuration.
erDiagram
AutoStartType ||--o{ MachineUserAutoStart : "AutoStartTypeID"
MachineUser ||--o{ MachineUserAutoStart : "MachineUserID"
Fields
| Field |
Type |
Description |
| AutoStartTypeID |
numeric |
Internal ID that references the AutoStartType entity (Foreign Key) |
| FirstScan |
datetime |
Date/Time of first scan of this configuration |
| ID |
numeric |
Internal ID for the MachineUserAutoStart entity (Primary Key) |
| LastScan |
datetime |
Date/Time of last scan |
| LastScanGUID |
guid |
GUID of the scan that last scanned this configuration |
| MachineUserID |
numeric |
Internal ID that references the MachineUser entity (Foreign Key) |
| Name |
string |
Name of the configuration |
| Value |
string |
Command to run |
References
| Column Name |
Referenced Table |
Description |
| AutoStartTypeID |
AutoStartType |
Lookup table for auto start configuration types |
| MachineUserID |
MachineUser |
m:n relation between machines and users |