Schema

fbDeviceId: {
    type: "json",
columnType: "array",
},

Query Mangoose
await User.update({ id: userData.id }).set({ fbDeviceId: ['fffff' , 'fffff'] });