Add a new numeric type for MetaData
- A new
numeric
type to the MetadataType - Add a new constraint on that type (if possible) to ensure only casted values as float are possible
- Support that type in the creation endpoint
- Store as text, but check that it's castable as float in Postgresql
- Check that you can efficiently filter on the casted value