When I view the script in the Schema Browser's script tab or generate a DDL, all the columns show as NULL, whether or not they nullable or not.
Check Constraint option is unchecked in the script options.
Open the Script Options, which can be found on the toolbar in the Schema Browser's Script tab. In the Script Options window, go to the Table tab and check the 'Check Constraint' option.
If you have the Check Constraint option un-checked, so the constraints are not included, then there will not be anything to make sure the column is actually NULL or NOT NULL. Since there is nothing to regulate if a value is entered for the column, Toad just creates the DDL to show all columns as NULL, since they can all be NULL without the constraint.
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center