target


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('target_id_seq'::regclass)
uuid varchar 2147483647 null
value varchar 2147483647 null
created_at timestamp 29,6 null
updated_at timestamp 29,6 null
wave_id int4 10 null
wave.id target_wave_id_fkey R
country_id int4 10 null
country.id target_country_id_fkey R

Indexes

Constraint Name Type Sort Column(s)
target_pkey Primary key Asc id
target_uuid_key Must be unique Asc uuid

Relationships