AnantLabs / wwwsqldesigner

Automatically exported from code.google.com/p/wwwsqldesigner
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Suggested Enhancement : Display Null/Not Null #152

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It would be helpful to see the status of the Null/Not Null definition of each 
field. In the Options table, this option could display only if Show Field 
Datatype in Table Design is checked.

Then the display might look like:

Field1   varchar(20),null
Field2   int

Field1 is nullable, Field2 is not nullable.

Original issue reported on code.google.com by sto...@gmail.com on 10 May 2012 at 4:23

GoogleCodeExporter commented 9 years ago
Makes sense :)

Original comment by ondrej.zara on 11 May 2012 at 8:29