SQL Developer Data Modeler always generate ARC as new check
Oracle SQL Developer Data Modeler Version 19.4.0.350, Build 350.1424
In generated script is always generated ARC as added object - even in situation, when the objects were already complete synchronised.
The ARC is transferred to the database as CHECK and in next generation this CHECK is marked as "to delete" and ARC as "new object". Unfortunatelly in the script there is the "add check" command only, drop of the check of the same name is missing.
That script is from users point of view faulty - I don't know, where is the problem, if the missing drop or extraneous alter table.
Do I some mistake?