猿问
回到首页
个人中心
反馈问题
注册登录
下载APP
首页
课程
实战
体系课
手记
专栏
慕课教程
django 数据模型中 null=True 和 blank=True 有什么区别
django 数据模型中 null=True 和 blank=True 有什么区别
HUX布斯
浏览 577
回答 2
2回答
繁花如伊
null:If True, Django will store empty values as NULL in the database. Defaultis False.如果为True,空值将会被存储为NULL,默认为False。blank:If True, the field is allowed to be blank. Default is False.如果为True,字段允许为空,默认不允许。
0
0
0
打开App,查看更多内容
随时随地看视频
慕课网APP
继续浏览精彩内容
慕课网APP
程序员的梦工厂
打开
继续