In Laravel 5.7 I created tiny field with rule
$table->tinyInteger('renewal_raise_invoice_before')->unsigned()->nullable()->after('renewal_raise_invoice_pre_pay');
But it appears that I need a bigger range. Which is the correct way to change its type to smallInteger?