dbo.Investment
Investments
TableType TUsage USERDATARows 0SizeMB 0
Table relation graph
Loading table relation graph…
Columns
| Name | Type | Nullable | OIM caption/commentary | Flags |
|---|---|---|---|---|
UID_Investment | varchar(38) | no | Investment | PKUID |
Ident_Investment | nvarchar(128) | no | Investment | |
Description | nvarchar(-1) | yes | Description | |
XDateInserted | datetime(8) | yes | Created on | |
XDateUpdated | datetime(8) | yes | Modified on | |
XUserInserted | nvarchar(128) | yes | Created by | |
XUserUpdated | nvarchar(128) | yes | Modified by | |
UID_PersonResponsible | varchar(38) | yes | Investment manager | FKUID |
InvestmentDate | datetime(8) | yes | Date | |
Remarks | nvarchar(-1) | yes | Remarks | |
XTouched | nchar(2) | yes | Processing status | |
XObjectKey | varchar(138) | no | Object key | |
XMarkedForDeletion | int(4) | yes | Marked for deletion | bitmask |
Relations
| FK | From | To |
|---|---|---|
| QER_RFRL3347 | Hardware.UID_Investment | Investment.UID_Investment |
| QER_RFRL714 | Investment.UID_PersonResponsible | Person.UID_Person |
Triggers
GEN_T2E1E843AEC765C7D4053C60C0 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.QERVPersonAndAERoles | SQL expression dependency | OBJECT_OR_COLUMN |
| Hardware | foreign key references table | QER_RFRL3347: Hardware.UID_Investment -> Investment.UID_Investment |
| Person | referenced by foreign key from table | QER_RFRL714: Investment.UID_PersonResponsible -> Person.UID_Person |