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 では、TINYINT(1) とブール値の違いは何ですか?
マニュアルから:
ブール、ブール これらの型は、TINYINT(1) の同義語です。
ブール、ブール
これらの型は、TINYINT(1) の同義語です。
違いはありません。
ありません。BOOLEANへのエイリアスですTINYINT(1)
BOOLEAN
TINYINT(1)
BOOLまたはBOOLEANおよびTINYINT(1)の同義語