ij> create table tab (i integer primary key);
ERROR 42831: 'I' cannot be a column of a primary key or unique key because it can contain null values.
This shouldn't happen, NOT NULL should be implicit, right?
It should be but isn't - see: http://issues.apache.org/jira/browse/DERBY-158
-- Jeremy
