Class: abstract InvitationPostgresEntity
Audit Postgres Embed
Extends
Implements
InvitationEntityInterface
Constructors
new InvitationPostgresEntity()
new InvitationPostgresEntity():
InvitationPostgresEntity
Returns
Inherited from
CommonPostgresEntity.constructor
Properties
| Property | Type | Description | Inherited from |
|---|---|---|---|
active | boolean | - | - |
category | string | - | - |
code | string | - | - |
constraints? | LiteralObject | - | - |
dateCreated | Date | Date created. | InvitationEntityInterface.dateCreated CommonPostgresEntity.dateCreated |
dateDeleted | AuditDateDeleted | Date deleted. | InvitationEntityInterface.dateDeleted CommonPostgresEntity.dateDeleted |
dateUpdated | Date | Date updated. | InvitationEntityInterface.dateUpdated CommonPostgresEntity.dateUpdated |
email | string | - | - |
id | string | - | InvitationEntityInterface.id CommonPostgresEntity.id |
user | ReferenceIdInterface<string> | - | - |
version | number | Version | InvitationEntityInterface.version CommonPostgresEntity.version |