feedback360 table columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||||||||||
name | VARCHAR | 255 |
|
|
||||||||||||||
description | LONGTEXT | 2147483647 | √ | null |
|
|
||||||||||||
status | BIT | 1 | 0 |
|
|
|||||||||||||
userid | BIGINT | 19 | null |
|
|
|||||||||||||
recipients | INT | 10 | 0 |
|
|
|||||||||||||
anonymous | BIT | 1 | 0 |
|
|
|||||||||||||
selfevaluation | TINYINT | 3 | 1 |
|
|
Table contained -1 rows
feedback360 table indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
feed_nam_ix | Performance | Asc | name |
feed_use_ix | Performance | Asc | userid |