Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_feedback_id_seq'::regclass) |
|
|
|||||||||||||||||
course | int8 | 19 | 0 |
|
|
||||||||||||||||||
name | varchar | 255 | ''::character varying |
|
|
||||||||||||||||||
intro | text | 2147483647 | null |
|
|
||||||||||||||||||
introformat | int2 | 5 | 0 |
|
|
||||||||||||||||||
anonymous | int2 | 5 | 1 |
|
|
||||||||||||||||||
email_notification | int2 | 5 | 1 |
|
|
||||||||||||||||||
multiple_submit | int2 | 5 | 1 |
|
|
||||||||||||||||||
autonumbering | int2 | 5 | 1 |
|
|
||||||||||||||||||
site_after_submit | varchar | 255 | ''::character varying |
|
|