asset.call_number_class
Defines the call number normalization database functions in the "normalizer" column and the tag/subfield combinations to use to lookup the call number in the "field" column for a given classification scheme. Tag/subfield combinations are delimited by commas.
Columns
| Column | Type | Nullable | Default | Notes |
|---|---|---|---|---|
id PK |
|
No |
nextval('asset.call_number_class_id_seq'::regclass) |
|
name |
|
No |
||
normalizer |
|
No |
'asset.normalize_generic'::text |
|
field |
|
No |
'050ab,055ab,060ab,070ab,080ab,082ab,086ab,088ab,090,092,096,098,099'::text |
Indexes
| Index | Method | Definition |
|---|---|---|
|
btree |
|