acq.fiscal_calendar

Columns

Column Type Nullable Default Notes

id PK

integer

No

nextval('acq.fiscal_calendar_id_seq'::regclass)

name

text

No

Primary Key

(id)

Indexes

Index Method Definition

fiscal_calendar_pkey PK

btree

CREATE UNIQUE INDEX fiscal_calendar_pkey ON acq.fiscal_calendar USING btree (id)

Referenced By

The following tables have foreign keys pointing to acq.fiscal_calendar (2 referencing table(s)):

Table Referencing Column(s) Referenced Column(s) Constraint

acq.fiscal_year

calendar

id

fiscal_year_calendar_fkey

actor.org_unit

fiscal_calendar

id

org_unit_fiscal_calendar_fkey