positions

Properties
Property Value    Property Value
OID25221Total size56.0 KB
OwnerpostgresTable size8.0 KB
Tablespacepg_defaultIndexes size48.0 KB
Primary key(s)Toast size0 bytes
Estimated rows73
Comment
Statistics
Property Value    Property Value
seq_scan0n_dead_tup0
seq_tup_read0last_vacuum-
idx_scan0last_autovacuum-
idx_tup_fetch0last_analyze-
n_tup_ins0last_autoanalyze-
n_tup_upd0vacuum_count0
n_tup_del0autovacuum_count0
n_tup_hot_upd0analyze_count0
n_live_tup0autoanalyze_count0
Columns - 3
Name Type Length Default value Allow null Unique Comment
id integer nextval('positions_id_seq'::regclass) false true
affiliation_id integer false false
abbreviation character varying 100 false false
Indexes - 3
Name (scan, tup_read, tup_fetch) Primary Unique Clustered Size Definition
idx_fk_pos_aff_id__aff_id  (0, 0, 0) false false false 16.0 KB
btree (affiliation_id)
positions_id_key  (0, 0, 0) false true false 16.0 KB
btree (id)
idx_positions_1  (0, 0, 0) false false false 16.0 KB
btree (abbreviation)
Unique constraints - 1
Name Columns Comment
positions_id_key id
Foreign keys - 1
Name Keys Reference table Reference keys Match type Delete type Update type
fk_pos_aff_id__aff_id affiliation_id affiliations id no action no action