authority.record_note
|
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('authority.record_note_id_seq'::regclass) |
|
record FK |
|
No |
||
value |
|
No |
||
creator |
|
No |
1 |
|
editor |
|
No |
1 |
|
create_date |
|
No |
now() |
|
edit_date |
|
No |
now() |
Foreign Keys
| Column(s) | References | On Delete | On Update | Deferrable | Constraint |
|---|---|---|---|---|---|
|
NO ACTION |
NO ACTION |
DEFERRED |
|
Indexes
| Index | Method | Definition |
|---|---|---|
|
btree |
|
|
btree |
|
|
btree |
|
|
btree |
|