Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('notes_id_seq'::regclass) |
|
|
|||||
| note_type_id | int4 | 10 | null |
|
|
||||||
| user_id | int4 | 10 | null |
|
|
||||||
| member_id | int4 | 10 | null |
|
|
||||||
| text | text | 2147483647 | √ | null |
|
|
|||||
| created_at | timestamp | 29,6 | √ | null |
|
|
|||||
| updated_at | timestamp | 29,6 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| notes_pkey | Primary key | Asc | id |
| index_notes_on_member_id | Performance | Asc | member_id |
| index_notes_on_user_id | Performance | Asc | user_id |

