json-sql-builder2
json-sql-builder2 copied to clipboard
Support for UNSIGNED values in $createTable?
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?