gpt4 book ai didi

mysql - 从 MySQL 中的列中删除 NOT NULL 限制

转载 作者:IT老高 更新时间:2023-10-29 00:15:05 25 4
gpt4 key购买 nike

如何更改限制为 NOT NULL 的列以接受 NULL 值?

最佳答案

只需修改它并放入旧类型并保留 not null

alter table table_name modify column foo int;

关于mysql - 从 MySQL 中的列中删除 NOT NULL 限制,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5707492/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com