Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| ACTIVE_HUB_KEY | int identity | 4 | √ | null |
|
|
The dbo record ID |
|
| EXTRADETAIL_ID | int | 4 | null |
|
|
The unique ID of the EXTRADETAIL record |
||
| EXTRADETAILMASTER_ID | int | 4 | √ | null |
|
|
The unique ID of the EXTRADETAILMASTER record |
|
| EXTRADETAILRECORD_ID | int | 4 | √ | null |
|
|
The unique ID of the EXTRADETAILRECORD record |
|
| TABLENUMBER | int | 4 | √ | null |
|
|
The reference number for the related table |
|
| TABLENAME | varchar | 100 | √ | null |
|
|
The name of the related table |
|
| DATAURL | varchar | 200 | √ | null |
|
|
The associated url for a Link record |
|
| THUMBNAILURL | varchar | 500 | √ | null |
|
|
The url for an associated thumbnail |
|
| EXTRADESCRIPTION | varchar | 8000 | √ | null |
|
|
Dthe description to be displayed |
|
| UPLOADEDFILE_ID | int | 4 | √ | null |
|
|
ID of a file uploaded for this record |
|
| EXTRADETAILVALUE | varchar | 8000 | √ | null |
|
|
Additional context displayed for this record |
|
| HIDE_ON_ONLINE_REG | smallint | 2 | √ | null |
|
|
Whether to hide for online registrations (0, -1) |
|
| HIDE_ON_QUICK_ONLINE_REG | smallint | 2 | √ | null |
|
|
Whether to hide for quick online registrations (0, -1) |
|
| ATTACHEDUPLOADEDFILE_ID | int | 4 | √ | null |
|
|
File ID for attached uploaded file |
|
| ROW_VERSION | binary | 8 | √ | null |
|
|
System timestamp (for internal use) |
|
| ORG_ID | int | 4 | null |
|
|
Your organization’s unique identifier in the Active Net system |
||
| LAST_SYNC_TIME | datetime | 16,3 | (getdate()) |
|
|
Date and time dbo record was last modified |
||
| ACTIVE_HUB_PROCESS_ID | bigint | 8 | √ | null |
|
|
The dbo sync process ID |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_EXTRADETAILS | Primary key | Asc/Asc | EXTRADETAIL_ID + ORG_ID |