timestamp_state

268 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('timestamp_state_id_seq'::regclass)
timestamp.state_id timestamp_state_id_fkeyR
timestamp_api_key_weight.timestamp_state_id timestamp_api_key_weight_timestamp_state_id_fkeyC
timestamp_definition.state_id timestamp_definition_state_id_fkeyC
name text 2147483647 null
state_type_id serial 10 nextval('timestamp_state_state_type_id_seq'::regclass)
timestamp_state_type.id timestamp_state_state_type_id_fkeyR
description text 2147483647 null
created_at timestamptz 35,6 CURRENT_DATE
created_by int4 10 null
modified_at timestamptz 35,6 CURRENT_DATE
modified_by int4 10 null

Indexes

Constraint Name Type Sort Column(s)
timestamp_state_pkey Primary key Asc id

Relationships