oats_issue_notes

-1 rows


Description

An ISSUE NOTE is the noting of an event that has occurred during processing an ISSUE.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
issue_note_id int8 19 null

System generated sequence number to uniquely identify an ISSUE NOTE

issue_id int8 19 null
oats_issues.issue_id oats_isnt_issu_fk R

System generated sequence number to uniquely identify an ISSUE

note_date timestamp 29,6 null

Date the note was made

note_text varchar 4000 null

Text of the note

who_created varchar 32 null

WHO CREATED is the IDIR or Oracle userid of the person who created the record.

when_created timestamp 29,6 null

WHEN CREATED is the date/time that the record was created.

who_updated varchar 32 null

WHO UPDATED is the IDIR or Oracle userid of the person who last updated the record.

when_updated timestamp 29,6 null

WHEN UPDATED is the date/time that the record was last updated.

revision_count int8 19 0

REVISION COUNT is used by Hibernate to control optimistic locking

Indexes

Constraint Name Type Sort Column(s)
oats_issue_notes_pkey Primary key Asc issue_note_id
oats_isnt_issu_fk_i Performance Asc issue_id

Relationships