CommunityAttributes


Columns

Column Type Size Nulls Auto Default Children Parents Comments
CommunityAttributesSeq int identity 4 null
ID int 4 ((0))
AttributeCode int 4 ((0))
AttributeValue varchar 1000 ('')
AttributeCreatedDate datetime 16,3 null
AttributeCreatedBy varchar 50 null
AttributeModifiedDate datetime 16,3 null
AttributeModifiedBy varchar 50 null

Table contained -1 rows

Indexes

Constraint Name Type Sort Column(s)
PK_CommunityAttributes Primary key Asc CommunityAttributesSeq
AK_CommunityAttributes_AttributeCode Performance Asc AttributeCode
AK_CommunityAttributes_ID Performance Asc ID