According to Postgres doc `DECIMAL` is equivalent to `NUMERIC`
https://www.postgresql.org/docs/9.5/static/datatype-numeric.html so flask_admin.contrib.sqla.filters.FilterConverter should treat this the same
Showing
Please register or sign in to comment