tinyInteger
tinyint(4)
$table->tinyInteger('column_name');
boolean
tinyint(1)
$table->$table->boolean('column_name');
Pro tip: use ```triple backticks around text``` to write in code fences