form_type

-1 rows


Description

Table containing the different types of forms used in the application

Columns

Column Type Size Nulls Auto Default Children Parents Comments
name varchar 1000 null
form.form_type form_form_type_fkey R

Primary key and unique identifier of the type of form

description varchar 1000 null

Description of the type of form

Indexes

Constraint Name Type Sort Column(s)
form_type_pkey Primary key Asc name

Relationships