Skip to main content

public.country

Description

Columns

NameTypeDefaultNullableChildrenParentsComment
country_idintegernextval('country_country_id_seq'::regclass)falsepublic.city
countrytextfalse
last_updatetimestamp with time zonenow()false

Constraints

NameTypeDefinition
country_pkeyPRIMARY KEYPRIMARY KEY (country_id)

Indexes

NameDefinition
country_pkeyCREATE UNIQUE INDEX country_pkey ON public.country USING btree (country_id)

Triggers

NameDefinition
last_updatedCREATE TRIGGER last_updated BEFORE UPDATE ON public.country FOR EACH ROW EXECUTE FUNCTION last_updated()

Relations

er