diff --git a/src/entity/active_model.rs b/src/entity/active_model.rs index cf679d96..0603662c 100644 --- a/src/entity/active_model.rs +++ b/src/entity/active_model.rs @@ -682,6 +682,7 @@ impl_into_active_value!(f32); impl_into_active_value!(f64); impl_into_active_value!(&'static str); impl_into_active_value!(String); +impl_into_active_value!(Vec); #[cfg(feature = "with-json")] #[cfg_attr(docsrs, doc(cfg(feature = "with-json")))]