Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('tasknote.notes_id_seq'::regclass) |
|
|
|||||
| user_id | int4 | 10 | null |
|
|
||||||
| description | text | 2147483647 | null |
|
|
Column increased to allow TEXT up to 2000 characters |
|||||
| title | varchar | 100 | √ | null |
|
|
|||||
| tag | varchar | 30 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| notes_pk | Primary key | Asc | id |

