| Name | Data type | Not Null? | Primary key? | Default | Comment |
|---|---|---|---|---|---|
| id | integer | Yes | Yes | nextval('gl_history_periods_id_seq'::regclass) | Unique identifier |
| period | smallint | No | No | Period number 1 - 13 | |
| end_date | date | No | No | Period end date | |
| year_end | date | No | No | Fiscal Year End date for this period | |
| start_date | date | No | No | Period start date |
| Name | Type | Definition | Comment |
|---|---|---|---|
| gl_history_periods_pkey | Primary key | (id) |