Skip to content

Instantly share code, notes, and snippets.

@jcbozonier
Created July 16, 2009 16:05
Show Gist options
  • Select an option

  • Save jcbozonier/148500 to your computer and use it in GitHub Desktop.

Select an option

Save jcbozonier/148500 to your computer and use it in GitHub Desktop.
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