Ever wondered if there is a better way of defining a CHAR (mysql) with doctrine2 annotations?
From doctrine2 docs:
Not a very nice approach imo. I dug around the code and found a somewhat neater solution:
Now you don't need to manually type in column definitions. Enjoy!