(un)signed option in new table creation Follow
Answered
Not sure if it's just MySQL but one thing I'm missing from this window:
is the ability to mark the column unsigned
Please sign in to leave a comment.
Dawid,
ZEROFILL
andUNSIGNED
are numeric type attributes. So you can add them directly to the Type.Thanks!