| # | Column Name | Nullable | Data Type | Max Length | Description |
|---|---|---|---|---|---|
| 1 | id | bigint | 0 | ||
| 2 | test_id | integer | 0 | ||
| 3 | function_name | text | 0 | ||
| 4 | message | text | 0 | ||
| 5 | ts | timestamp without time zone | 0 | ||
| 6 | status | boolean | 0 |
| # | Column Name | Key Name | References |
|---|---|---|---|
| 2 | test_id | test_details_test_id_fkey | unit_tests.tests.test_id |
| Index Name | Owner | Access Method | Definition | Description |
|---|---|---|---|---|
| test_details_pkey | postgres | btree | id | |
| unit_tests_test_details_status_inx | postgres | btree | status | |
| unit_tests_test_details_test_id_inx | postgres | btree | test_id |
| Constraint Name | Description |
|---|
| # | Column Name | Default |
|---|---|---|
| 1 | id | nextval('unit_tests.test_details_id_seq'::regclass) |
| 5 | ts | timezone('UTC'::text, now()) |
| Trigger Name | Targets | On Event | Timing | Condition | Order | Orientation | Description |
|---|