Problem with "Default On NULL"
I have column definied by:
AA CHAR(1 CHAR) DEFAULT 'Y' NOT NULL
I want to check this column with "DEFAULT ON NULL".
After checking this option in dbForge Studio 2021 4.3.34 column definition changes to:
AA CHAR(1 CHAR) DEFAULT BY DEFAULT ON NULL 'Y'
what is incorrect.
My database: Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production Version 19.3.0.0.0
1
vote
Greg
shared this idea
-
Support Team commented
Hi Greg,
Thanks for your patience on this request!
Please, be informed that we have fixed this issue, you just need to upgrade to the latest version that includes the fix.
Best,
Devart Support Team