# Column Name Nullable Data Type Max Length Description
1test_idinteger0
2started_ontimestamp without time zone0
3completed_ontimestamp without time zone0
4total_testsinteger0
5failed_testsinteger0

Foreign Keys

# Column Name Key Name References

Indices

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

Check Constraints

Constraint Name Description

Default Values

# 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

Triggers

Trigger Name Targets On Event Timing Condition Order Orientation Description