Actually, I noticed, in my domain model, I have Context entity, its Name used to be unique.
Somehowe, if I modified to be not unique.
Later on, even if I re-add Unique to 'Name'. When the project is running, it will wipe out the 'Name' column and put them all to null.
Can anyone explain why?