This repository has been archived by the owner on Sep 7, 2021. It is now read-only.
This repository is currently being migrated. It's locked while the migration is in progress.
mysql5.7版本中json类型的数据插入空数组,数据为null #1457
Labels
model设定类型为
,
当teachers为空数组([]),执行语句:_, err := engine.Cols("teachers").Update(teacher)
插入数据成功,但是数据库中的数据是null
The text was updated successfully, but these errors were encountered: