Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('serial.item_note_id_seq'::regclass) |
|
|
|||||
item | 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) |
---|---|---|---|
item_note_pkey | Primary key | Asc | id |
serial_item_note_item_idx | Performance | Asc | item |