acq.funding_source
|
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('acq.funding_source_id_seq'::regclass) |
|
name |
|
No |
||
owner FK |
|
No |
||
currency_type FK |
|
No |
||
code |
|
No |
||
active |
|
No |
true |
Foreign Keys
| Column(s) | References | On Delete | On Update | Deferrable | Constraint |
|---|---|---|---|---|---|
|
NO ACTION |
CASCADE |
No |
|
|
|
NO ACTION |
NO ACTION |
DEFERRED |
|
Unique Constraints
-
funding_source_code_once_per_owner:(code, owner) -
funding_source_name_once_per_owner:(name, owner)
Indexes
| Index | Method | Definition |
|---|---|---|
|
btree |
|
|
btree |
|
|
btree |
|
Referenced By
The following tables have foreign keys pointing to acq.funding_source (3 referencing table(s)):
| Table | Referencing Column(s) | Referenced Column(s) | Constraint |
|---|---|---|---|
|
|
|
|
|
|
|
|
|
|
|