ConsentHistory


Columns

Column Type Size Nulls Auto Default Children Parents Comments
ConsentHistorySeq int identity 4 null
ConsentSeq int 4 null
ID int 4 null
ConsentCode varchar 20 null
ActiveFlag bit 1 null
ConsentGivenBy int 4 null
ConsentGivenDate datetime 16,3 null
ConsentExpiryDate datetime 16,3 null
ModifiedBy int 4 null
ModifiedDate datetime 16,3 null
AuditAction varchar 30 null
ConsentRefusalComment varchar 2147483647 null

Table contained -1 rows

Indexes

Constraint Name Type Sort Column(s)
PK_ConsentHistory_ConsentHistorySeq Primary key Asc ConsentHistorySeq