tinyint(4) , tinyint(1) какая разница?

MiksIr

miksir@home:~$
Нетрудно загуглить цитату, приведённую @Hello, чтобы убедиться, что она тоже из официального мануала.
Да, не прав. Печально, даже в официальной доке херня написана =)
Наверно, писали для decimal, а потом и на всякие int перенесли, хотя оно совсем разный смысл.
 

флоппик

promotor fidei
Команда форума
Партнер клуба
Да, не прав. Печально, даже в официальной доке херня написана =)
Наверно, писали для decimal, а потом и на всякие int перенесли, хотя оно совсем разный смысл.
По моему, в официальном мануале написано вполне адекватно и понятно:
MySQL supports an extension for optionally specifying the display width of integer data types in parentheses following the base keyword for the type. For example, INT(4) specifies an INT with a display width of four digits. This optional display width may be used by applications to display integer values having a width less than the width specified for the column by left-padding them with spaces. (That is, this width is present in the metadata returned with result sets. Whether it is used or not is up to the application.)The display width does not constrain the range of values that can be stored in the column. Nor does it prevent values wider than the column display width from being displayed correctly.
Это метаданные для клиента. Консольный клиент мускула умеет. Реализация клиента в пхп не считает нужным уметь. Вы оба правы ж.
 

MiksIr

miksir@home:~$
Сверху