teable icon indicating copy to clipboard operation
teable copied to clipboard

Support for inet and macaddr fields

Open brady77 opened this issue 2 months ago • 0 comments

I'm using Teable extensively for network analysis projects. What I miss a lot in Teable is inet and macaddr field type, that is supported by PostgreSQL. See: https://www.postgresql.org/docs/current/datatype-net-types.html

Please add the inet and macaddr field type support to Teable.

It would be great is you could add some math / sorting / filtering functions as well that would make those field types usable: https://www.postgresql.org/docs/current/functions-net.html

Now I'm dealing with the problem by splitting the IPs / MACs into individual octets, but there are limitations for grouping / sorting (max three fields can be selected).

Thanks.

brady77 avatar Oct 26 '25 18:10 brady77