extend_reporter.legacy_circ_count

Columns

Column Type Nullable Default Notes

id PK

bigint

No

circ_count

integer

No

0

Primary Key

(id)

Indexes

Index Method Definition

legacy_circ_count_pkey PK

btree

CREATE UNIQUE INDEX legacy_circ_count_pkey ON extend_reporter.legacy_circ_count USING btree (id)