Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
course | BIGINT | 19 | 0 |
|
|
|||||
name | VARCHAR | 255 | Wiki |
|
|
|||||
intro | LONGTEXT | 2147483647 | √ | null |
|
|
||||
introformat | SMALLINT | 5 | 0 |
|
|
|||||
timecreated | BIGINT | 19 | 0 |
|
|
|||||
timemodified | BIGINT | 19 | 0 |
|
|
|||||
firstpagetitle | VARCHAR | 255 | First Page |
|
|
|||||
wikimode | VARCHAR | 20 | collaborative |
|
|
|||||
defaultformat | VARCHAR | 20 | creole |
|
|
|||||
forceformat | BIT | 1 | 1 |
|
|
|||||
editbegin | BIGINT | 19 | 0 |
|
|
|||||
editend | BIGINT | 19 | √ | 0 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
wiki_cou2_ix | Performance | Asc | course |