YML vs XML Schema Files in Symfony
Feb 9th, 2008
Schema file is used for defining your database schema for your application. Schema file will generate all the required data structure for you. This schema provides backbone for generating model to Symfony.
Schema.xml file allows database specific content declaration for your table. It also allows complex database declaration for your schema. Mysql provides enum datatype [...]