JSON_CONTAINS not working in django queryset but working fine at mysql workbench

前端 未结 0 1456
傲寒
傲寒 2020-11-27 02:53

I have a list of devices in my database, like this:

id: 1, category_json: [1, 3]
id: 2, category_json: [1, 4]
id: 3, category_json: [4, 35]

T

相关标签:
回答
  • 消灭零回复
提交回复
热议问题