Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
将列设置成可为空。
ColumnSchema ColumnSchema.setNullable( boolean nullable )
nullable 如果此列可接受空值,则设置为 true;否则设置为 false。
主键和唯一键中的列始终不可为空。缺省情况下,BIT 类型的列不可为空。
定义了可为空列的 ColumnSchema。