Fields
基本属性
Name
Type
Length
Use the Length edit box to define the length of the field and use Decimals edit box to define the number of digits after the decimal point (the scale) for Floating Point data type.
使用“长度”编辑框定义字段的长度,并使用“小数”编辑框定义后面的位数浮点数据类型的小数点(小数位数)
网上教程说是,这个是设置显示宽度,和数据类型的长度无关。
通过实践:
varchar: Length表示就是varchar的长度,相当于varchar(Length)
timestamp: Length和毫秒位有关,当设置为0时,就不会保存毫秒位
Decimals
Not Null
key
Comment
额外属性:
Default Value
Collation
Dimention
Identity
身份