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.
我正在学习 MySQL,当我想添加一个布尔列时,我看到有两个选项:bool 和 boolean。它们之间有什么区别吗?感谢您的时间。
编辑:我应该在 bool 类型的长度中写什么。
BOOL 和 BOOLEAN 都是 TINYINT(1) 的同义词(来源)。换句话说,没有区别。