dbo.DialogCountryHasTimeZone
Time zone assignments
TableType TUsage CONFIGURATIONRows 755SizeMB 0.536
Table relation graph
Loading table relation graph…
Columns
| Name | Type | Nullable | OIM caption/commentary | Flags |
|---|---|---|---|---|
UID_DialogTimeZone | varchar(38) | no | Time zone | PKFKUID |
UID_DialogCountry | varchar(38) | no | Country | PKFKUID |
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 | |
XObjectKey | varchar(138) | no | Object key | |
XMarkedForDeletion | int(4) | yes | Marked for deletion | bitmask |
Relations
| FK | From | To |
|---|---|---|
| QBM_RFRL273 | DialogCountryHasTimeZone.UID_DialogCountry | DialogCountry.UID_DialogCountry |
| QBM_RFRL274 | DialogCountryHasTimeZone.UID_DialogTimeZone | DialogTimeZone.UID_DialogTimeZone |
Triggers
GEN_T376E12B6D909F97C76CF915F7 SQL_TRIGGER
GEN_T49923FF3CF70B34B8B0DADBC6 SQL_TRIGGER
GEN_T611DA901E390DFF49C648557D SQL_TRIGGER
QBM_TDDialogCountryHasTimeZone SQL_TRIGGER
QBM_TIDialogCountryHasTimeZone 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.QER_FGITimeZoneForPerson | SQL expression dependency | dbo · OBJECT_OR_COLUMN |
| dbo.QER_FGITimeZoneForPerson | SQL expression dependency | dbo · UID_DialogTimeZone · OBJECT_OR_COLUMN |
| dbo.QER_FGITimeZoneForPerson | SQL expression dependency | dbo · UID_DialogCountry · OBJECT_OR_COLUMN |
| dbo.QBM_ZCountryUTCOffset | SQL expression dependency | OBJECT_OR_COLUMN |
| dbo.QBM_TUDialogTimeZone | SQL expression dependency | OBJECT_OR_COLUMN |
| DialogCountry | referenced by foreign key from table | QBM_RFRL273: DialogCountryHasTimeZone.UID_DialogCountry -> DialogCountry.UID_DialogCountry |
| DialogTimeZone | referenced by foreign key from table | QBM_RFRL274: DialogCountryHasTimeZone.UID_DialogTimeZone -> DialogTimeZone.UID_DialogTimeZone |
| dbo.QER_FGITimeZoneForPerson | source text reference | SQL_SCALAR_FUNCTION |
| dbo.QBM_ZCountryUTCOffset | source text reference | uses session context values, has TRY/CATCH error handling |
| dbo.QBM_TUDialogTimeZone | source text reference | inserts DBQueue tasks, uses session context values, has TRY/CATCH error handling |