数字
... 数字(双精度)float 数字(字节)tinyint 货币money ...
字节
... Bit", // 是否 TinyInt", // 字节 Decimal", // 小数 ...
数据类型
...arnings: 0 给列加默认值 Not Null 不为空 default默认值如default 0 语法:alter table 表名 add 字段名称 数据类型(如tinyint) not null default 0 alter table msg add `编号` tinyint not null default 0;..
In computer science, an integer is a datum of integral data type, a data type which represents some finite subset of the mathematical integers. Integral data types may be of different sizes and may or may not be allowed to contain negative values. Integers are commonly represented in a computer as a group of binary digits. The size of the grouping varies so the set of integer sizes available varies between different types of computers. Computer hardware, including virtual machines, nearly always provide a way to represent a processor register or memory address as an integer.