dbo.DPRShellPatch
Synchronization project patches
TableType TUsage USERDATARows 145SizeMB 0.16
Columns
| Name | Type | Nullable | OIM caption/commentary | Flags |
|---|---|---|---|---|
UID_DPRShellPatch | varchar(38) | no | Synchronization project patch | PKUID |
DisplayName | nvarchar(512) | no | Display name | |
PatchNumber | varchar(16) | no | Patch number | |
SelectScript | nvarchar(-1) | yes | Select script | |
PatchScript | nvarchar(-1) | yes | Patch script | |
Description | nvarchar(-1) | yes | Description | |
Capabilities | int(4) | yes | Capabilities | bitmask |
PatchType | nvarchar(32) | no | Patch type | limited |
Prerequisites | int(4) | yes | Prerequisites | bitmask |
PatchContext | nvarchar(32) | no | Context | |
PatchContextVersion | nvarchar(32) | no | Current version | |
XObjectKey | varchar(138) | no | Object key | |
XDateInserted | datetime(8) | yes | Created on | |
XDateUpdated | datetime(8) | yes | Modified on | |
XUserInserted | nvarchar(128) | yes | Created by | |
XUserUpdated | nvarchar(128) | yes | Modified by | |
XTouched | nchar(2) | yes | Processing status | |
ScriptLanguage | nvarchar(32) | no | Script language | limited |
IsAutoPatch | bit(1) | yes | Automatic patch |
Relations
| FK | From | To |
|---|---|---|
| DPR_RFRL2513 | DPRShellPatchDependsOn.UID_DPRShellPatch | DPRShellPatch.UID_DPRShellPatch |
Triggers
GEN_T2182B2E3BDCA4B66570A1DC27 SQL_TRIGGER
GEN_T3DFC9DCF8063E1546F3713364 SQL_TRIGGER
Referenced by / reverse relations
Generated from live DB metadata, FK rows, and exported SQL dependency/source extraction. This is factual linkage evidence, not inferred behavior.
| Referencing object | Relation | Evidence |
|---|---|---|
| dbo.GEN_T1EC804E0090BE77DA9C69768F | SQL expression dependency | OBJECT_OR_COLUMN |
| dbo.GEN_T2D46DD8CD329EF22A85E930AA | SQL expression dependency | OBJECT_OR_COLUMN |
| DPRShellPatchDependsOn | foreign key references table | DPR_RFRL2513: DPRShellPatchDependsOn.UID_DPRShellPatch -> DPRShellPatch.UID_DPRShellPatch |