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.
我想通过提交表单将我在地图上的点存储到 mysql 数据库中。我的“纬度”数据是 float(25,20),我尝试在该字段中保存 37.41590458202049。但我收到此错误:'错误:第 1 行的列 'lat' 的数据被截断'
数据长度超过列的指定长度。只需增加列的长度即可。