The string method creates a VARCHAR equivalent column of the given length:
string
VARCHAR
$table->string('name', 100);