Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('feedback_id_seq'::regclass) |
|
|
||||
| user_id | int8 | 19 | √ | null |
|
|
||||
| category | varchar | 255 | null |
|
|
|||||
| description | text | 2147483647 | √ | null |
|
|
||||
| contact | varchar | 255 | √ | null |
|
|
||||
| created_at | timestamptz | 35,6 | √ | CURRENT_TIMESTAMP |
|
|
||||
| remark | text | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| feedback_pkey | Primary key | Asc | id |