Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('asset.call_number_note_id_seq'::regclass) |
|
|
|||||
| call_number | int8 | 19 | null |
|
|
||||||
| creator | int8 | 19 | null |
|
|
||||||
| create_date | timestamptz | 35,6 | √ | now() |
|
|
|||||
| pub | bool | 1 | false |
|
|
||||||
| title | text | 2147483647 | null |
|
|
||||||
| value | text | 2147483647 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| call_number_note_pkey | Primary key | Asc | id |
| asset_call_number_note_creator_idx | Performance | Asc | creator |
