oat_filter


Description

Filters to use in various oat applications: queries, FAQs, etc.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
app_id text 2147483647 null
oat_filter_content.app_id oat_filter_content_fkR

Filters are grouped by application: qry, faq, etc.

filter_id text 2147483647 null
oat_filter_content.filter_id oat_filter_content_fkR

The filter id used within the system; may not have spaces.

filter_group_id text 2147483647 null

Filters may be grouped within an application: faculty filters, student filters, etc.

label text 2147483647 null

The way the filter is displayed to users; may have spaces.

description text 2147483647 null

Describe the intent of the filter to users.

Table contained 90 rows

Indexes

Constraint Name Type Sort Column(s)
oat_filter_pkey Primary key Asc/Asc app_id + filter_id

Relationships