Home  >  Article  >  Backend Development  >  php 的一张表里边多添加了一个字段,对其他用到这个表程序有影响吗

php 的一张表里边多添加了一个字段,对其他用到这个表程序有影响吗

WBOY
WBOYOriginal
2016-06-13 12:01:17740browse

php 的一张表里面多添加了一个字段,对其他用到这个表程序有影响吗?
php 的一张表里面多添加了一个字段,对其他用到这个表程序有影响吗?
------解决方案--------------------
这没有影响!
------解决方案--------------------
这要看是否为 not null 还有是否有默认值。
------解决方案--------------------
没有not null一般添加的时候就会报错了。 
------解决方案--------------------
字段不要用null ,影响查询效率,设置个默认值吧,int型的设0,varchar的设“”,对别的应该没有影响

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn