TierType

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
TierTypeId int identity 4 null
AdminBoundary.TierTypeId FK_AdminBoundary_TierType R
BuildingType.TierTypeId FK_BuildingType_TierType R
BuildingUse.TierTypeId FK_BuildingUse_TierType R
CompanyType.TierTypeId FK_CompanyType_TierType R
Country.TierTypeId FK_Country_TierType R
DevelopmentStatus.TierTypeId FK_DevelopmentStatus_TierType R
DevelopmentType.TierTypeId FK_DevelopmentType_TierType R
InvestmentEventStatus.TierTypeId FK_InvestmentEventStatus_TierType R
InvestmentEventType.TierTypeId FK_InvestmentEventType_TierType R
InvestmentOwnershipType.TierTypeId FK_InvestmentOwnershipType_TierType R
Market.TierTypeId FK_Market_TierType R
OccupierEventStatus.TierTypeId FK_OccupierEventStatus_TierType R
OccupierEventType.TierTypeId FK_OccupierEventType_TierType R
TierTypeCode nvarchar 100 null
LinkTable nvarchar 510 null
TierTypeName nvarchar 510 null
SortIndex int 4 null
IsActive bit 1 null
Version int 4 null
CreatedBy nvarchar 510 null
ValidFrom datetime 16,3 null
ValidTo datetime 16,3 null

Indexes

Constraint Name Type Sort Column(s)
PK_TierTypeId Primary key Asc TierTypeId
UQ__TierType__4AC30AF30BB8A932 Must be unique Asc TierTypeCode

Relationships