Closed nickygerritsen closed 2 days ago
By doing the ALTER on the connection directly Doctrine didn't recognize it and re-added the column. We need to use addSql.
addSql
By doing the ALTER on the connection directly Doctrine didn't recognize it and re-added the column. We need to use
addSql
.