Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('comment_mentioned_user_id_seq'::regclass) |
|
|
||||
| comment_id | int8 | 19 | null |
|
|
|||||
| user_id | int8 | 19 | null |
|
|
|||||
| created_at | timestamptz | 35,6 | √ | CURRENT_TIMESTAMP |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| comment_mentioned_user_pkey | Primary key | Asc | id |