Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | int4 | 10 | null |
|
|
|||
| entity_id | int4 | 10 | null |
|
|
|||
| responsible_user_id | int4 | 10 | null |
|
|
|||
| note_type | text | 2147483647 | null |
|
|
|||
| created_at | timestamp | 29,6 | √ | null |
|
|
||
| updated_at | timestamp | 29,6 | null |
|
|
|||
| created_by | int4 | 10 | √ | null |
|
|
||
| updated_by | int4 | 10 | null |
|
|
|||
| params | json | 2147483647 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| customers_notes_unknown_pkey | Primary key | Asc | id |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| customers_notes_unknown_id_check | ((id > 0)) |
| customers_notes_unknown_updated_by_check | ((updated_by >= 0)) |
| customers_notes_unknown_responsible_user_id_check | ((responsible_user_id >= 0)) |
| customers_notes_unknown_created_by_check | ((created_by >= 0)) |
