Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('action.hold_request_note_id_seq'::regclass) |
|
|
|||||
hold | int8 | 19 | null |
|
|
||||||
title | text | 2147483647 | null |
|
|
||||||
body | text | 2147483647 | null |
|
|
||||||
slip | bool | 1 | false |
|
|
||||||
pub | bool | 1 | false |
|
|
||||||
staff | bool | 1 | false |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
hold_request_note_pkey | Primary key | Asc | id |
ahrn_hold_idx | Performance | Asc | hold |