Is there a way to retrieve the column’s comment (like from INFORMATION_SCHEMA.COLUMN table on MySQL) from a certain table without actually “hardcode” the query with Doctrine ORM?
Is there a way to retrieve the column’s comment (like from INFORMATION_SCHEMA.COLUMN table on
Share
Finally I found an way. what I was trying to do was get a column comment from inside a Controller