public function run() { DB::table('usertypes')->delete(); UserType::create(array('description' => 'Atleta')); UserType::create(array('description' => 'Psicólogo')); }