Support for UNSIGNED values in $createTable?
lukesrw opened this issue · 2 comments
lukesrw commented
Is there any support, or planned support for unsigned values currently?
I've searched through the code and I'm not finding any implementation.
planetarydev commented
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.
planetarydev commented
@lukesrw some news on that?