media

Properties
Property Value    Property Value
OID25125Total size8.0 KB
OwnerpostgresTable size0 bytes
Tablespacepg_defaultIndexes size8.0 KB
Primary key(s)Toast size0 bytes
Estimated rows0
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 - 10
Name Type Length Default value Allow null Unique Comment
id integer nextval('media_id_seq'::regclass) false true
object_id integer true false
source_id integer true false
revision_id integer true false
media_type character varying 100 true false
publisher_id integer false false
date_time character varying 100 true false
credit_id integer false false
db_loading_date_time timestamp without time zone true false
creation_location_id integer false false
Indexes - 1
Name (scan, tup_read, tup_fetch) Primary Unique Clustered Size Definition
media_id_key  (0, 0, 0) false true false 8.0 KB
btree (id)
Unique constraints - 1
Name Columns Comment
media_id_key id
Foreign keys - 3
Name Keys Reference table Reference keys Match type Delete type Update type
fk_med_cre_loc_id__loc_id creation_location_id locations id no action no action
fk_med_cre_id__per_id credit_id persons id no action no action
fk_med_pub_id__pub_id publisher_id publishers id no action no action