Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_workshop_id_seq'::regclass) |
|
|
||||||||||||||||||||
course | int8 | 19 | null |
|
|
|||||||||||||||||||||
name | varchar | 255 | ''::character varying |
|
|
|||||||||||||||||||||
intro | text | 2147483647 | √ | null |
|
|
||||||||||||||||||||
introformat | int2 | 5 | 0 |
|
|
|||||||||||||||||||||
instructauthors | text | 2147483647 | √ | null |
|
|
||||||||||||||||||||
instructauthorsformat | int2 | 5 | 0 |
|
|
|||||||||||||||||||||
instructreviewers | text | 2147483647 | √ | null |
|
|
||||||||||||||||||||
instructreviewersformat | int2 | 5 | 0 |
|
|
|||||||||||||||||||||
timemodified | int8 | 19 | null |
|
|