Created
July 16, 2009 16:05
-
-
Save jcbozonier/148500 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Table | |
| Name: AttributeTypes | |
| Fields: | |
| Name: AttributeID DataType: int AutoIncrement PrimaryKey | |
| Name: DisplayName DataType: varchar(50) | |
| Table | |
| Name: UserAttributes | |
| Fields: | |
| Name: AttributeID DataType: int AutoIncrement PrimaryKey | |
| Name: UserID DataType: int (refers to Users.UserID) | |
| Name: AttributeType int (refers to AttributeTypes.AttributeID) | |
| Name: CustomAttributeValueSetByUser DataType: varchar(50) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment