How do I get the NN (not null) flag to show in the information panel that appears in the bottom of the Object Browser sidebar when I click on a table. It shows me the structure and flags for PK and AI, but it never shows me any other flags. I am writing scripts to restructure the datatypes for a lot of tables and I need to see which fields are nullable and which aren't without running a 'desc tablename' every single time. I also don't want to use the 'alter table...' wizard because it is slower and more cumbersome than writing the script myself.
Thanks
Chris
Thanks
Chris