DevelopmentUse

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
DevelopmentUseId int identity 4 null
DevelopmentId int 4 null
Development.DevelopmentId FK_DevelopmentUse_Development R
BuildingUseId int 4 null
BuildingUse.BuildingUseId FK_DevelopmentUse_BuildingUse R
DevelopmentUseGross decimal 20,8 null
DevelopmentUseNet decimal 20,8 null
DevelopmentUseLocal decimal 20,8 null
DevelopmentUseSizeUnitId int 4 null
SizeUnit.SizeUnitId FK_DevelopmentUse_SizeUnit R
Units int 4 null
CreatedAt datetime 16,3 null
UpdatedAt datetime 16,3 null

Indexes

Constraint Name Type Sort Column(s)
PK_DevelopmentUseId Primary key Asc DevelopmentUseId

Relationships