Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个名为 dbapp 的数据库。我需要将约束“NOT NULL”添加到该数据库中所有表的所有列中。我无法形成这个查询。即使我能够在每张桌子上单独执行它,也可以。请帮忙。
这不是一项微不足道的任务。但你可以试试——
information_schema.columns
请注意,您应该考虑所有字段属性,而不仅仅是 NULL/NOT NULL。
另一种变体是使用 MySQL GUI 工具一个一个地编辑字段。