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
add this before change() call :
DB::getDoctrineSchemaManager()->getDatabasePlatform()->registerDoctrineTypeMapping('enum', 'string');