API Reference
Rockets Core API
nestjs-user
classes
UserSqliteEntity

Class: abstract UserSqliteEntity

Identifiable by id.

See

https://en.wikipedia.org/wiki/Reference_(computer_science) (opens in a new tab)

Extends

Implements

Constructors

new UserSqliteEntity()

new UserSqliteEntity(): UserSqliteEntity

Returns

UserSqliteEntity

Inherited from

CommonSqliteEntity.constructor

Properties

PropertyTypeDefault valueDescriptionInherited from
activebooleanundefinedActive-
dateCreatedDateundefinedDate created.UserEntityInterface.dateCreated CommonSqliteEntity.dateCreated
dateDeletedAuditDateDeletedundefinedDate deleted.UserEntityInterface.dateDeleted CommonSqliteEntity.dateDeleted
dateUpdatedDateundefinedDate updated.UserEntityInterface.dateUpdated CommonSqliteEntity.dateUpdated
emailstringundefinedEmail-
idstringundefined-UserEntityInterface.id CommonSqliteEntity.id
passwordHashnull | stringnullPassword hash-
passwordSaltnull | stringnullPassword salt-
userPasswordHistory?UserPasswordHistoryEntityInterfaceundefined--
usernamestringundefinedUsername-
versionnumberundefinedVersionUserEntityInterface.version CommonSqliteEntity.version