sub_seasons
Properties| Property | Value | Property | Value | |
|---|---|---|---|---|
| OID | 25314 | Total size | 72.0 KB | |
| Owner | postgres | Table size | 8.0 KB | |
| Tablespace | pg_default | Indexes size | 64.0 KB | |
| Primary key(s) | Toast size | 0 bytes | ||
| Estimated rows | 4 | |||
| Comment | ||||
Statistics| Property | Value | Property | Value | |
|---|---|---|---|---|
| seq_scan | 0 | n_dead_tup | 0 | |
| seq_tup_read | 0 | last_vacuum | - | |
| idx_scan | 0 | last_autovacuum | - | |
| idx_tup_fetch | 0 | last_analyze | - | |
| n_tup_ins | 0 | last_autoanalyze | - | |
| n_tup_upd | 0 | vacuum_count | 0 | |
| n_tup_del | 0 | autovacuum_count | 0 | |
| n_tup_hot_upd | 0 | analyze_count | 0 | |
| n_live_tup | 0 | autoanalyze_count | 0 | |
Columns - 6| Name | Type | Length | Default value | Allow null | Unique | Comment |
|---|---|---|---|---|---|---|
| id | integer | nextval('sub_seasons_id_seq'::regclass) | false | true | ||
| sub_season_key | character varying | 100 | false | false | ||
| season_id | integer | false | false | |||
| sub_season_type | character varying | 100 | false | false | ||
| start_date_time | timestamp without time zone | true | false | |||
| end_date_time | timestamp without time zone | true | false |
Indexes - 4| Name (scan, tup_read, tup_fetch) | Primary | Unique | Clustered | Size | Definition |
|---|---|---|---|---|---|
| idx_fk_sub_sea_sea_id__sea_id (0, 0, 0) | false | false | false | 16.0 KB | btree (season_id) |
| sub_seasons_id_key (0, 0, 0) | false | true | false | 16.0 KB | btree (id) |
| idx_sub_seasons_2 (0, 0, 0) | false | false | false | 16.0 KB | btree (sub_season_type) |
| idx_sub_seasons_1 (0, 0, 0) | false | false | false | 16.0 KB | btree (sub_season_key) |
Unique constraints - 1| Name | Columns | Comment |
|---|---|---|
| sub_seasons_id_key | id |
Foreign keys - 1| Name | Keys | Reference table | Reference keys | Match type | Delete type | Update type |
|---|---|---|---|---|---|---|
| fk_sub_sea_sea_id__sea_id | season_id | seasons | id | no action | no action |
| Author: DB Doc | Copyright 2014 - 2017 All Rights Reserved | Created on May 12, 2017 8:51 PM |