hasTable('flow_operations')) { $table = $schema->getTable('flow_operations'); $table->changeColumn('name', [ 'notnull' => false, ]); } return $schema; } }