eclkeyword

1385 rows


Description

compilation of all keywords from ECL database tables, including additions parsed from updates with IEDA keywords by Megan Carter:

Columns

Column Type Size Nulls Auto Default Children Parents Comments
keyword_id text 2147483647 null
submission_keyword_map.keyword_id Implied ConstraintR

primary key. prefix is ecl-

keyword_label text 2147483647 null

Text string for presenting the keyword to users

keyword_description text 2147483647 null

Opportunity to provide some explanation of expected usage of keyword to guide usage

keyword_altlabel text 2147483647 null

other synonyms for the keyword label

keyword_type_id text 2147483647 null
keyword_type.keyword_type_id Implied ConstraintR

keyword type, used to construct UI facets. FK to keyword_type table, for better consistency. types compiled by SMR

Indexes

Constraint Name Type Sort Column(s)
eclkeyword_pkey Primary key Asc keyword_id

Relationships