Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| ImportedId | int identity | 4 | √ | null |
|
|
Primary key - Unique identifier for each import operation |
|
| ImportByActionId | int | 4 | √ | null |
|
|
Import action reference - Links to action that triggered the import |
|
| ImportedBy | int | 4 | √ | null |
|
|
Imported by user - UserID of the person who initiated the import |
|
| ImportedDate | datetime | 16,3 | √ | null |
|
|
Import date - Date when the import operation occurred |
|
| ImportStatus | varchar | 20 | √ | null |
|
|
Import status - Status of the import operation (Success, Failed, etc.) |
|
| ImportMessage | varchar | 2147483647 | √ | null |
|
|
Import message - Detailed message about the import operation |
|
| RecordsProcessed | Unknown | 0 | null |
|
|
Records processed - Number of records processed during the import |
