Difference between revisions of "Timestamp field"
m |
m |
||
Line 12: | Line 12: | ||
== Properties == | == Properties == | ||
− | + | As for [[Time field]]s. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Required Phrases == | == Required Phrases == | ||
+ | None. | ||
== Database == | == Database == | ||
Line 33: | Line 24: | ||
fieldname_year SMALLINT(6) | fieldname_year SMALLINT(6) | ||
fieldname_month SMALLINT(6) | fieldname_month SMALLINT(6) | ||
− | + | fieldname_day SMALLINT(6) | |
fieldname_hour SMALLINT(6) | fieldname_hour SMALLINT(6) | ||
fieldname_minute SMALLINT(6) | fieldname_minute SMALLINT(6) | ||
fieldname_second SMALLINT(6) | fieldname_second SMALLINT(6) |
Revision as of 00:45, 15 February 2022
EPrints 3 Reference: Directory Structure - Metadata Fields - Repository Configuration - XML Config Files - XML Export Format - EPrints data structure - Core API - Data Objects
Metadata Fields: Arclanguage - Base64 - Bigint - Boolean - Compound - Counter - Dataobjref - Date - Decimal - Email - Fields - Float - Id - Idci - Image - Int - Itemref - Keywords - Langid - Longtext - Longtext_counter - Multilang - Multipart - Name - Namedset - Pagerange - Recaptcha - Recaptcha3 - Relation - Search - Secret - Set - Storable - Subject - Subobject - Text - Time - Timestamp - Url - Uuid
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)