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.dateCreatedCommonPostgresEntity.dateCreated | 
| dateDeleted | AuditDateDeleted | Date deleted. | InvitationEntityInterface.dateDeletedCommonPostgresEntity.dateDeleted | 
| dateUpdated | Date | Date updated. | InvitationEntityInterface.dateUpdatedCommonPostgresEntity.dateUpdated | 
| email | string | - | - | 
| id | string | - | InvitationEntityInterface.idCommonPostgresEntity.id | 
| user | ReferenceIdInterface<string> | - | - | 
| version | number | Version | InvitationEntityInterface.versionCommonPostgresEntity.version |