The enum method creates a ENUM equivalent column with the given valid values:
enum
ENUM
$table->enum('difficulty', ['easy', 'hard']);