The unsignedSmallInteger method creates an UNSIGNED SMALLINT equivalent column:
unsignedSmallInteger
UNSIGNED SMALLINT
$table->unsignedSmallInteger('votes');