biblio.record_note
|
Soft Deletes: This table uses a |
|
Cascading Deletes: Deleting rows from this table will cascade to: biblio.record_entry. |
|
Deferrable Constraints: The following FK constraints are deferrable — they are checked at transaction end, not statement end: |
Columns
| Column | Type | Nullable | Default | Notes |
|---|---|---|---|---|
id PK |
|
No |
nextval('biblio.record_note_id_seq'::regclass) |
|
record FK |
|
No |
||
value |
|
No |
||
creator FK |
|
No |
1 |
|
editor FK |
|
No |
1 |
|
deleted SOFT-DEL |
|
No |
false |
|
create_date |
|
No |
now() |
|
edit_date |
|
No |
now() |
Foreign Keys
| Column(s) | References | On Delete | On Update | Deferrable | Constraint |
|---|---|---|---|---|---|
|
NO ACTION |
NO ACTION |
DEFERRED |
|
|
|
NO ACTION |
NO ACTION |
DEFERRED |
|
|
|
CASCADE |
NO ACTION |
DEFERRED |
|
Indexes
| Index | Method | Definition |
|---|---|---|
|
btree |
|
|
btree |
|
|
btree |
|
|
btree |
|