gpt4 book ai didi

mysql - 如何将 MySQL 的列更改为具有另一个默认值?

转载 作者:行者123 更新时间:2023-11-29 00:42:51 25 4
gpt4 key购买 nike

现在服务器的默认值是1,怎么改成0呢?

这是当前的专栏:

+----------------+--------------+------+-----+---------+----------------+
| Field | Type | Null | Key | Default | Extra |
+----------------+--------------+------+-----+---------+----------------+
friend_posting | tinyint(1) | NO | | 1 | |

它没有外键或任何东西。

最佳答案

http://dev.mysql.com/doc/refman/5.1/en/alter-table.html

ALTER TABLE table_name
ALTER COLUMN friend_posting
SET DEFAULT 0

这当然不会改变现有的行;它们将需要明确更新。它仅为新行设置默认值。

关于mysql - 如何将 MySQL 的列更改为具有另一个默认值?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11513804/

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