protected function removeColumn($key, $field, $column) { if ($this->hasCustomAttribute($column)) { return '->' . $field; } return '->dropColumn(' . "'" . $column . "')"; }