So you defined a unique constraint on table1, named UC_Table1, and you then changed its name to UC_Field1Field2 or something and you want that new name to be picked up? It does pick up the changed name here. (database first)
It recreates the UC's in the relational model data using the new names. If I misunderstood what you meant, please give an example.