stream_statistics_types

-1 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
stream_statistic_type_id serial 10 nextval('stream_statistics_types_stream_statistic_type_id_seq'::regclass)
stream_statistics_in_time.stream_statistic_type_id stream_statistics_in_time_stream_statistic_type_id_fkey R
name text 2147483647 null
description text 2147483647 null

Indexes

Constraint Name Type Sort Column(s)
stream_statistics_types_pkey Primary key Asc stream_statistic_type_id
stream_statistics_types_name_key Must be unique Asc name

Relationships