Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_lesson_pages_id_seq'::regclass) |
|
|
||||||||
lessonid | int8 | 19 | 0 |
|
|
|||||||||
prevpageid | int8 | 19 | 0 |
|
|
|||||||||
nextpageid | int8 | 19 | 0 |
|
|
|||||||||
qtype | int2 | 5 | 0 |
|
|
|||||||||
qoption | int2 | 5 | 0 |
|
|
|||||||||
layout | int2 | 5 | 1 |
|
|
|||||||||
display | int2 | 5 | 1 |
|
|
|||||||||
timecreated | int8 | 19 | 0 |
|
|
|||||||||
timemodified | int8 | 19 | 0 |
|
|
|||||||||
title | varchar | 255 | ''::character varying |
|
|
|||||||||
contents | text | 2147483647 | null |
|
|
|||||||||
contentsformat | int2 | 5 | 0 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_lesspage_id_pk | Primary key | Asc | id |
app_lesspage_les_ix | Performance | Asc | lessonid |