mysql - “column cannot be null”

后端 未结 1 1249
天命终不由人
天命终不由人 2021-01-19 05:43

as you see in the title, even if i removed \"not null\" feature from the related field, it still doesn\'t let me to insert null value for that field although the field is nu

相关标签:
1条回答
  • 2021-01-19 06:31

    Bohemian, thanks for your attention. You are right, i figured out that there is a trigger for insert action which effects the related field. I disable trigger and error is gone. Thanks.

    0 讨论(0)
提交回复
热议问题