Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||||||
discussion | BIGINT | 19 | 0 |
|
|
|||||||||
parent | BIGINT | 19 | 0 |
|
|
|||||||||
userid | BIGINT | 19 | 0 |
|
|
|||||||||
created | BIGINT | 19 | 0 |
|
|
|||||||||
modified | BIGINT | 19 | 0 |
|
|
|||||||||
mailed | TINYINT | 3 | 0 |
|
|
|||||||||
subject | VARCHAR | 255 |
|
|
||||||||||
message | LONGTEXT | 2147483647 | null |
|
|
|||||||||
messageformat | TINYINT | 3 | 0 |
|
|
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
forupost_cre_ix | Performance | Asc | created |
forupost_dis_ix | Performance | Asc | discussion |
forupost_mai_ix | Performance | Asc | mailed |
forupost_par_ix | Performance | Asc | parent |
forupost_pri_ix | Performance | Asc | privatereplyto |
forupost_use_ix | Performance | Asc | userid |