how to add array data in single field in CockroachDB
Here is the payload and need to insert payload.b data individually
payload = {
a:test1,
b: [1,2,3,4]
}
how to add array data in single field in cockrach db
Here is the payload and need to insert payload.b data individually
payload = {
a:test1,
b: [1,2,3,4]
}