API Reference
Rockets Core API
nestjs-user
classes
UserPostgresEntity

Class: abstract UserPostgresEntity

User Entity

Extends

Implements

Constructors

new UserPostgresEntity()

new UserPostgresEntity(): UserPostgresEntity

Returns

UserPostgresEntity

Inherited from

CommonPostgresEntity.constructor

Properties

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