UserLogin

Metadata

  • Base Table Class: Entity
  • No Publish
  • Not in MDB
  • Default Size: User * Constants::MaxLoginSessions = 1000

Fields

NameTypeSize (bytes)Description
IdInteger (signed)8The unique identifier of this UserLogin.
StatusSet of Status4
UserForeign key to User8
SessionInteger (unsigned)1
LoginStatusInteger (unsigned)1
ClientIdInteger (unsigned)4
CycleInteger (unsigned)2
uuidInteger (unsigned)8
TimeOutInteger (unsigned)4
last_RequestIdInteger (unsigned)4
last_ReplyForeign key to Reply8
LastActivityInteger (unsigned)4
LastActivity_ApplicationInteger (unsigned)4
TimeOut_ApplicationInteger (unsigned)4
Action_TimeOut_ApplicationOne of UserApplicationTimeoutAction1
SourceOne of Source1
UpdateNumberInteger (unsigned)8A number that records every change that happens to a record. It is primarily used to avoid write after read problems when an intermediate write has changed the originally read record.
OwnerUserForeign key to User8The Id of the User that owns this UserLogin.
OwnerGroupForeign key to Group8The Id of the Group that owns this UserLogin.
OwnerFirmForeign key to Firm8The Id of the Firm that owns this UserLogin.
CreateUserForeign key to User8The Id of the User that created this UserLogin.
CreateTimestampInteger (unsigned)8The time at which this UserLogin was created.
UpdateUserForeign key to User8The Id of the User that last updated this UserLogin.
UpdateTimestampInteger (unsigned)8The time at which this UserLogin was last updated.