Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_feedback_template_id_seq'::regclass) |
|
|
||||
course | int8 | 19 | 0 |
|
|
|||||
ispublic | int2 | 5 | 0 |
|
|
|||||
name | varchar | 255 | ''::character varying |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_feedtemp_id_pk | Primary key | Asc | id |
app_feedtemp_cou_ix | Performance | Asc | course |