EducationEdit
Primary Key
Primary Key | Field Type |
---|---|
ID | int |
Fields
Field | Field Type | Null | Notes | Description |
---|---|---|---|---|
AllowAdd | bit | yes | ||
AllowDelete | bit | yes | ||
AllowPrimaryEdit | bit | yes | ||
PostPageID | int | yes | ||
Guid | uniqueidentifier | Default = (newid()) | ||
AllowPrimaryDelete | bit | yes | ||
PrimaryShow | bit | yes | ||
NoRecordMsg | nvarchar(2048) | yes |
Foreign Keys
Foreign Key | Field Type | Null | Notes | Description |
---|---|---|---|---|
SiteContentID | int | yes | SiteContent.ID | |
PersonalPageDataID | int | yes | PersonalPageData.ID |
Indexes
Index Name | Fields | Unique | Primary | Clustered |
---|---|---|---|---|
PK_EducationEdit | ID | yes | yes | yes |