reporter.materialized_simple_record

Columns

Column Type Nullable Default Notes

id PK

bigint

No

fingerprint

text

Yes

quality

integer

Yes

tcn_source

text

Yes

tcn_value

text

Yes

title

text

Yes

author

text

Yes

publisher

text

Yes

pubdate

text

Yes

isbn

text[]

Yes

issn

text[]

Yes

Primary Key

(id)

Indexes

Index Method Definition

materialized_simple_record_pkey PK

btree

CREATE UNIQUE INDEX materialized_simple_record_pkey ON reporter.materialized_simple_record USING btree (id)