Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('tasknote.note_urls_id_seq'::regclass) |
|
|
|||||
| note_id | int4 | 10 | null |
|
|
||||||
| url | varchar | 200 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| note_url_pk | Primary key | Asc | id |

