fun:database:user_details

The User_Details table holds information about the users. The information held is the one-off information aboit the user, such as names, logins and company associations.

Column NameField TypeField LengthNullableAuto IncementDefault ValueForeign KeyIndexedAdditional InfoComment
user_idInteger8Not NullYes0YesYesUnsigned, ZeroFillA synthetic user id
logon_idVarchar20Not NullNo““YesYes The user's login id. Either this field or the email field can be used for user authentication
email_addressVarchar45Not NullNo”“YesYes The user's email address. Either this field or the login field can be used for user authentication
salutationVarchar10NullNoNullYesYes The user's greeting
forenameVarchar20Not NullNoNullYesYes The user's forename
surnameVarchar45Not NullNoNullYesYes The user's surname
user_passVarchar50Not NullNo”“YesYes The secure form of the user's password
company_idInteger5Not NullNo0YesYes The user's company
division_idInteger5Not NullNo0YesYes The user's division in the company
team_idInteger5Not NullNo0YesYes The user's team in the company
Index NameIndex KindIndex TypeFields
PrimaryPrimaryBTreeuser_id
logon_idxUniqueBtreelogon_id
email_idxUniqueBtreeemail_address
Foreign Key NameAction TriggerReference TableReference Column
  • fun/database/user_details.txt
  • Last modified: 01/06/13 @ 20:54:14
  • by 127.0.0.1