Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('serial.distribution_note_id_seq'::regclass) |
|
|
|||||
| distribution | int4 | 10 | null |
|
|
||||||
| creator | int4 | 10 | null |
|
|
||||||
| create_date | timestamptz | 35,6 | √ | now() |
|
|
|||||
| pub | bool | 1 | false |
|
|
||||||
| alert | bool | 1 | false |
|
|
||||||
| title | text | 2147483647 | null |
|
|
||||||
| value | text | 2147483647 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| distribution_note_pkey | Primary key | Asc | id |
| serial_distribution_note_dist_idx | Performance | Asc | distribution |
