Skip to:
Creating a table like:
`create table test (id int, name varchar(10) default ' ', test_col nclob default ' ' );`
does not handle the nclob default value correctly. It falls through to the "assuming it is a function" logic.
Oracle
Fixed
Creating a table like:
`create table test (id int, name varchar(10) default ' ', test_col nclob default ' ' );`
does not handle the nclob default value correctly. It falls through to the "assuming it is a function" logic.