Table topp.public.tblprogbins_temp
This table stores different temperature bin combinations used during satellite tag programming. The bins are recognized as a group by having the same bin_id. Sorting a group by bin_num puts them in programming order.

Generated by
SchemaSpy
Legend: SourceForge.net
Primary key columns
Columns with indexes
Implied relationships
Excluded column relationships
< n > number of related tables
 
Column Type Size Nulls Auto Default Children Parents Comments
tkey serial 10  √  nextval('tblprogbins_temp_tkey_seq'::regclass)
bin_id int4 10  √  null
bin_val text 2147483647  √  null
bin_num int4 10  √  null

Table contained 909 rows at Wed Dec 27 13:25 PST 2017

Indexes:
Column(s) Type Sort Constraint Name
tkey Primary key Asc tblprogbins_temp_pkey