## Common types

[DayOfWeekFullNameType](./../../DBAL/Types/DayOfWeekFullNameType.php "DayOfWeekFullNameType"): monday, tuesday, wednesday, etc.  
[DayOfWeekShortNameType](./../../DBAL/Types/DayOfWeekShortNameType.php "DayOfWeekShortNameType"): mon, tue, wed, etc.  
[MonthFullNameType](./../../DBAL/Types/MonthFullNameType.php "MonthFullNameType"): january, february, march, etc.  
[MonthShortNameType](./../../DBAL/Types/MonthShortNameType.php "MonthShortNameType"): jan, feb, mar, etc.

---

### More features

* [NULL values](./null_values.md "NULL values")
* [Default value](./default_value.md "Default value")
* [Additional methods](./additional_methods.md "Additional methods")
* [Building the form](./building_the_form.md "Building the form")
* [Readable ENUM values in templates](./readable_enum_values_in_template.md "Readable ENUM values in templates")
* [ENUM constants in templates](./enum_constants_in_templates.md "ENUM constants in templates")
* [ENUM values in templates](./enum_values_in_templates.md "ENUM values in templates")
* [Hook for Doctrine migrations](./hook_for_doctrine_migrations.md "Hook for Doctrine migrations")
