Counter field
EPrints 3 Reference: Directory Structure - Metadata Fields - Repository Configuration - XML Config Files - XML Export Format - EPrints data structure - Core API - Data Objects
Metadata Fields: Base64 - Bigint - Boolean - Compound - Counter - Date - Email - Float - Id - Idci - Int - Itemref - Keywords - Longtext - Longtext_counter - Multilang - Name - Namedset - Pagerange - Recaptcha - Set - Subject - Text - Time - Timestamp - Url
Inheritance
Description
This field represents an integer whose default value is an incrementing integer (1,2,3 ...).
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 INT(11)