Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
表示该列没有缺省属性。
final byte ColumnSchema.COLUMN_DEFAULT_NONE
未分配缺省属性时,以下缺省值适用:
对于可为空的列,缺省值为空。
对于不可为空的数字列,缺省值为零。
对于不可为空的变长列,缺省值为零长度值。
可通过查询 TableSchema.SYS_COLUMNS 系统表中的 column_default 列来确定现有表的缺省值。