开发者社区 问答 正文

Hologres提示the new added column should be nullable

已解决

Hologres提示the new added column should be nullable

展开
收起
提个问题 2024-06-11 14:03:23 70 分享 版权
1 条回答
写回答
取消 提交回答
  • 开发者社区问答官方账号
    官方回答
    采纳回答
    报错信息:the new added column should be nullable 
    报错原因:因为新增的列初始值是Null,所以新增列不能限制非空。
    解决办法:去掉非空限制。
    2024-06-11 14:03:24
    赞同 1 展开评论