Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_workshop_submissions_id_seq'::regclass) |
|
|
||||
workshopid | int8 | 19 | null |
|
|
|||||
example | int2 | 5 | √ | 0 |
|
|
||||
authorid | int8 | 19 | null |
|
|
|||||
timecreated | int8 | 19 | null |
|
|
|||||
timemodified | int8 | 19 | null |
|
|
|||||
title | varchar | 255 | ''::character varying |
|
|
|||||
content | text | 2147483647 | √ | null |
|
|
||||
contentformat | int2 | 5 | 0 |
|
|
|||||
attachment | int2 | 5 | √ | 0 |
|
|