affiliations
Properties| Property | Value | Property | Value | |
|---|---|---|---|---|
| OID | 24707 | 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 | 29 | |||
| 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 - 4| Name | Type | Length | Default value | Allow null | Unique | Comment |
|---|---|---|---|---|---|---|
| id | integer | nextval('affiliations_id_seq'::regclass) | false | true | ||
| affiliation_key | character varying | 100 | false | false | ||
| affiliation_type | character varying | 100 | true | false | ||
| publisher_id | integer | false | false |
Indexes - 4| Name (scan, tup_read, tup_fetch) | Primary | Unique | Clustered | Size | Definition |
|---|---|---|---|---|---|
| idx_affiliations_2 (0, 0, 0) | false | false | false | 16.0 KB | btree (affiliation_type) |
| affiliations_id_key (0, 0, 0) | false | true | false | 16.0 KB | btree (id) |
| idx_affiliations_1 (0, 0, 0) | false | false | false | 16.0 KB | btree (affiliation_key) |
| idx_fk_aff_pub_id__pub_id (0, 0, 0) | false | false | false | 16.0 KB | btree (publisher_id) |
Unique constraints - 1| Name | Columns | Comment |
|---|---|---|
| affiliations_id_key | id |
Foreign keys - 1| Name | Keys | Reference table | Reference keys | Match type | Delete type | Update type |
|---|---|---|---|---|---|---|
| fk_aff_pub_id__pub_id | publisher_id | publishers | id | no action | no action |
| Author: DB Doc | Copyright 2014 - 2017 All Rights Reserved | Created on May 12, 2017 8:51 PM |