In some doctrine platforms (for example ASE and properly older SQLServer versions) output is a reserved word. For this reason we should tell doctrine to quote it. Using backticks here infront of the name is the doctrine standard portable way to enable quoting for columns.
In some doctrine platforms (for example ASE and properly older SQLServer versions) output is a reserved word. For this reason we should tell doctrine to quote it. Using backticks here infront of the name is the doctrine standard portable way to enable quoting for columns.