Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('asset.copy_note_id_seq'::regclass) |
|
|
|||||
| owning_copy | 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) |
|---|---|---|---|
| copy_note_pkey | Primary key | Asc | id |
| asset_copy_note_creator_idx | Performance | Asc | creator |
| asset_copy_note_owning_copy_idx | Performance | Asc | owning_copy |
