fiscal_year

-1 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('acq.fiscal_year_id_seq'::regclass)
calendar int4 10 null
fiscal_calendar.id fiscal_year_calendar_fkey C
year int4 10 null
year_begin timestamptz 35,6 null
year_end timestamptz 35,6 null

Indexes

Constraint Name Type Sort Column(s)
fiscal_year_pkey Primary key Asc id
acq_fy_logical_key Must be unique Asc/Asc calendar + year
acq_fy_physical_key Must be unique Asc/Asc calendar + year_begin

Relationships