| # | Column Name | Nullable | Data Type | Max Length | Description |
|---|---|---|---|---|---|
| 1 | test_id | integer | 0 | ||
| 2 | started_on | timestamp without time zone | 0 | ||
| 3 | completed_on | timestamp without time zone | 0 | ||
| 4 | total_tests | integer | 0 | ||
| 5 | failed_tests | integer | 0 |
| # | Column Name | Key Name | References |
|---|
| Index Name | Owner | Access Method | Definition | Description |
|---|---|---|---|---|
| tests_pkey | postgres | btree | test_id | |
| unit_tests_tests_failed_tests_inx | postgres | btree | failed_tests | |
| unit_tests_tests_completed_on_inx | postgres | btree | completed_on | |
| unit_tests_tests_started_on_inx | postgres | btree | started_on |
| Constraint Name | Description |
|---|
| # | Column Name | Default |
|---|---|---|
| 1 | test_id | nextval('unit_tests.tests_test_id_seq'::regclass) |
| 2 | started_on | timezone('UTC'::text, now()) |
| 4 | total_tests | 0 |
| 5 | failed_tests | 0 |
| Trigger Name | Targets | On Event | Timing | Condition | Order | Orientation | Description |
|---|