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.
我MEDIUMTEXT在mysql中有一个列类型。
MEDIUMTEXT
怀疑是->由于不是所有TEXT类型都存储在表中,因此指定任何列MEDIUMTEXT将占用16 MB或将取决于存储在其中的数据大小。
TEXT
16 MB
MEDIUMTEXT 将比 TEXT 多占用一个字节。但他只会使用数据的大小。
见存储