$isUnsigned protected property (available since version 2.0.7)
Whether the column values should be unsigned. If this is true
, an UNSIGNED
keyword will be added.
protected boolean $isUnsigned = false
$isUnsigned protected property (available since version 2.0.7)
Whether the column values should be unsigned. If this is true
, an UNSIGNED
keyword will be added.
protected boolean $isUnsigned = false
Please login to continue.