Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('ir_demo_failure_id_seq'::regclass) |
|
|
|||||
| module_id | int4 | 10 | null |
|
|
Module |
|||||
| wizard_id | int4 | 10 | √ | null |
|
|
Wizard |
||||
| create_uid | int4 | 10 | √ | null |
|
|
Created by |
||||
| write_uid | int4 | 10 | √ | null |
|
|
Last Updated by |
||||
| error | varchar | 2147483647 | √ | null |
|
|
Error |
||||
| create_date | timestamp | 29,6 | √ | null |
|
|
Created on |
||||
| write_date | timestamp | 29,6 | √ | null |
|
|
Last Updated on |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| ir_demo_failure_pkey | Primary key | Asc | id |

