Know: some restrictions will not work properly: for example. fixed in a column of a type string does not translate as CHAR if you use MySQL PDO, but as VARCHAR . I also found some undocumented restrictions for YALM:
Unique index
MyCompany\MyApp\MyClass: type: entity table: myclass uniqueConstraints: UNIQ_NAME: columns: [column1, column2]
General index :
MyCompany\MyApp\MyClass: type: entity table: myclass indexes: IDX_NAME: columns: [column1, column2]
gremo source share