tbl_languages

0 rows


Description

Stores information about human languages used for the common names of taxa.

Columns

Column Type Size Nulls Auto Children Parents Comments
language_id int4 10
tbl_taxa_common_names.language_id fk_taxa_common_names_language_id R

Primary key (automatically incremented).

date_updated timestamptz 35,6
language_name_english varchar(100) 100

The name of the language in English.

language_name_native varchar(100) 100

The name of the language in its native script or form.

Indexes

Constraint Name Type Sort Column(s)
tbl_languages_pkey Primary key Asc language_id
idx_languages_language_id Performance Asc language_id

Relationships