Timestamp field
Revision as of 00:45, 15 February 2022 by Drn@ecs.soton.ac.uk (talk | contribs)
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
Properties
As for Time fields.
Required Phrases
None.
Database
Timestamp fields are stored in the database as
fieldname_year SMALLINT(6) fieldname_month SMALLINT(6) fieldname_day SMALLINT(6) fieldname_hour SMALLINT(6) fieldname_minute SMALLINT(6) fieldname_second SMALLINT(6)