In [step 3 of the application wizard](http://imgur.com/Xrk2U) one is supposed to enter the fields for a table.
It uses a tremendous of text to describe field entry - with no link to the corresponding part of the book. Wouldnt a series of checkboxes for things like null, primary key, be nice? And how about a pulldown for the various datatypes? The way that phpMyAdmin allows one to define fields when building a table is more graphical. You can try out the phpMyAdmin way here: http://demo.phpmyadmin.net And btw, what is the difference between notnull and notempty? I suppose an empty string in a column is not null, but is empty, but I'm guessing.

