core_stats
Properties| Property | Value | Property | Value | |
|---|---|---|---|---|
| OID | 24953 | Total size | 16.0 KB | |
| Owner | postgres | Table size | 0 bytes | |
| Tablespace | pg_default | Indexes size | 8.0 KB | |
| Primary key(s) | Toast size | 8.0 KB | ||
| Estimated rows | 0 | |||
| 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 - 7| Name | Type | Length | Default value | Allow null | Unique | Comment |
|---|---|---|---|---|---|---|
| id | integer | nextval('core_stats_id_seq'::regclass) | false | true | ||
| score | character varying | 100 | true | false | ||
| score_opposing | character varying | 100 | true | false | ||
| score_attempts | character varying | 100 | true | false | ||
| score_attempts_opposing | character varying | 100 | true | false | ||
| score_percentage | character varying | 100 | true | false | ||
| score_percentage_opposing | character varying | 100 | true | false |
Indexes - 1| Name (scan, tup_read, tup_fetch) | Primary | Unique | Clustered | Size | Definition |
|---|---|---|---|---|---|
| core_stats_id_key (0, 0, 0) | false | true | false | 8.0 KB | btree (id) |
Unique constraints - 1| Name | Columns | Comment |
|---|---|---|
| core_stats_id_key | id |
| Author: DB Doc | Copyright 2014 - 2017 All Rights Reserved | Created on May 12, 2017 8:51 PM |