Columns
Column | Type | Size | Nulls | Auto | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|
season_type_id | int4 | 10 | √ |
|
|
Primary key (automatically incremented). |
||||
date_updated | timestamptz | 35,6 | √ |
|
|
|||||
description | text | 2147483647 | √ |
|
|
A detailed description of the season type. |
||||
season_type | varchar(30) | 30 | √ |
|
|
The name or identifier of the season type. |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
tbl_season_types_pkey | Primary key | Asc | season_type_id |
tbl_season_types_season_type_key | Must be unique | Asc | season_type |
tbl_season_types_season_type_unique | Must be unique | Asc | season_type |