⧼vector-jumptocontent⧽

Bigint field

From EPrints Documentation
Revision as of 17:27, 31 March 2022 by Drn@ecs.soton.ac.uk (talk | contribs) (Added bigint metafield)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Inheritance

Description

This field represents an integer whose value may be too big to to store in a standard database integer field.

Properties

name default description
digits n/a This property is taken from the repository configuration.

Required Phrases

Database

Counter fields are stored in the database as

fieldname BIGINT(20)