Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('notes_id_seq'::regclass) |
|
|
|||||
| created_at | timestamptz | 35,6 | now() |
|
|
||||||
| updated_at | timestamptz | 35,6 | now() |
|
|
||||||
| date | timestamptz | 35,6 | now() |
|
|
||||||
| text | text | 2147483647 | null |
|
|
||||||
| user_email | text | 2147483647 | √ | null |
|
|
|||||
| crash_pk | int4 | 10 | null |
|
|
||||||
| is_deleted | bool | 1 | false |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| notes_pkey | Primary key | Asc | id |

