Text types are used to store text. fylr supports text
, text_oneline
, string
, text_l10n
and text_l10n_oneline
.
Number types are used to store numbers. fylr supports number
, double
and integer.2
.
The date types store dates with or without time and also date range. fylr supports dates where only the year is given or only the year and month. The types are date, datetime
and daterange
.