Possible combinations:

key value issue
string long text (plain) built-in
string long text (formatted) built-in
string integer
string decimal
string boolean
integer long text (plain)
integer long text (formatted)
integer integer
integer decimal
integer boolean
decimal long text (plain)
decimal long text (formatted)
decimal integer
decimal decimal
decimal boolean

Comments

Sweetchuck created an issue.

tunic’s picture

I think this could solved using validation, unless the data type is needed for calculations, but then you have the risk of creating a complete key-value storage system.

osopolar’s picture

It would also be nice to have also "List (text)" (list_string) field type.

osopolar’s picture

Finally I implemented my use case with the help of the Double Field module. Also the use-cases for the other data types might be implemented with that module, at least if no field for description will be required. Otherwise maybe the Triples field might useful.