planetarydev/json-sql-builder2

Support for UNSIGNED values in $createTable?

lukesrw opened this issue · 2 comments

Is there any support, or planned support for unsigned values currently?

I've searched through the code and I'm not finding any implementation.

No, currently there are no plans. But you can do it yourself very easily if you like to add it like the notnull implementation.
Everything happens in the $colum helper.

@lukesrw some news on that?