Table bety.public.cultivars
comment

Legend: Primary key columns Indexed columns
Column Type Size Nulls Auto Default References Comments
id serial 10  χ   √  nextval('cultivars_id_seq'::regclass)
specie_id int4 10  √   χ  null
name varchar 255  √   χ  null Cultivar name given by breeder or reported in citation.
ecotype varchar 255  √   χ  null Does not apply for all species, used in the case of switchgrass to differentiate lowland and upland genotypes.
notes text 2147483647  √   χ  null
created_at timestamp 29,6  √   χ  null
updated_at timestamp 29,6  √   χ  null
previous_id varchar 255  √   χ  null
Indexes:
Column(s) Type Sort Constraint Name
id Primary key Asc cultivars_pkey
specie_id Performance Asc index_cultivars_on_specie_id