Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('acq.fiscal_year_id_seq'::regclass) |
|
|
|||||
| calendar | int4 | 10 | null |
|
|
||||||
| 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 |
