假设我想创建一些具有 10 个精度数字和 2 个小数数字的数字,例如
0123456789.12
DECIMAL(10, 2)
NUMERIC(10, 2)
我们使用此列定义并且它有效:
<column name="lat" type="DECIMAL(12, 2)">