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を学んでおり、ブール列を追加したいときに、ブールとブールの2つのオプションがあることがわかりました。それらの間に違いはありますか?お時間をいただきありがとうございます。
編集:ブール型の長さには何を書くべきですか。
BOOL と BOOLEAN はどちらも TINYINT(1) ( source ) の同義語です。言い換えれば、違いはありません。