josegcheca
1 min readJul 10, 2018

--

Thanks for the post!

Is there any way that the datatype’s mock supports the unsigned or zerofill prooperties?

I mean, when I use Datatypes.Integer with the property UNSIGNED, it works but when I use it in conjunction with the property length — Datatypes.Integer(10).UNSIGNED— it doesn’t work.

--

--