t2release22
Database
Tables
(current)
Columns
Constraints
Relationships
Orphan Tables
Anomalies
Routines
app_prog_exception_data
0
rows
Description
Stores details of any data specific to the exceptions raised for a program
Columns
Related columns
Constraint
Comments
Search:
Column
Type
Size
Nulls
Auto
Default
Children
Parents
Comments
id
bigserial
19
√
nextval('app_prog_exception_data_id_seq'::regclass)
exceptionid
int8
19
0
app_prog_exception
.id
Defined in XML
R
dataname
varchar
50
√
''::character varying
datavalue
text
2147483647
√
null
Showing 1 to 4 of 4 entries
Previous
1
Next
Indexes
Search:
Constraint Name
Type
Sort
Column(s)
app_progexcedata_id_pk
Primary key
Asc
id
app_progexcedata_exc2_ix
Performance
Asc
exceptionid
app_progexcedata_exc_ix
Performance
Asc
exceptionid
Showing 1 to 3 of 3 entries
Previous
1
Next
Relationships
Close relationships within degrees of separation
One
Two degrees