I am using Laravel 5.1 and I have a table called packages with this structure:
id int(11) weight decimal(10,2) weight_unit e
$table->enum('level', ['easy', 'hard']);