getTable('redirect_conditions')->getColumn('match_value')->setNotnull(false); } public function isTransactional(): bool { return ! ($this->connection->getDatabasePlatform() instanceof MySQLPlatform); } }