check约束 mysql,MYSQL 中有CHECK约束吗?解决办法

mysql 中有CHECK约束吗?

create   table   news2(

id   int   auto_increment   primary   key,

title   varchar(40)   not   null,

writer   varchar(20)   ,

content   longtext   not   null,

date   datetime,

titlestyle   text   ,

htmlon   int   not   null   check   htmlon   in   (0,1),

allowhtml   int   not   null   check   allowhtml   in   (0,1)

)

我的表   为什么我增加

alter   table   news   add   constraint   html   check(htmlon   in   (0,1))

这个约束后   能够执行   没有错误

但是我运行

insert   into   news(title,writer,content,date,titlestyle,htmlon,allowhtml)   values( 'dsaf ', 'asdf ', 'asdfas ',now(), '2 ',5,1)

仍然可以填入数据库

也就是说     htmlon   allowhtml这两个字段我想设为只能去0和1     但是我插5也能插得进

怎么回事啊?

------解决方案--------------------

mysql只是check,但是不强制check,所以这种问题,需要用其他方法来处理。

e7ce419cf2d6ad34d01da2ceb8829eed.png

微信 赏一包辣条吧~

023a57327877fb4402bcc76911ec18ea.png

支付宝 赏一听可乐吧~

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值