Working on MySQL, when I use the unique() method, I get constant diff with my versioned schema, as this method only adds an option on the column, whereas an index is created when actually creating the schema in database. Therefore, I'm wondering whether it would be relevant to have a uniqueIndex() method relying on Doctrine method Table::createUniqueIndex().
If agreed, I will gladly implement it.