diff --git a/sea-orm-macros/src/derives/entity_model.rs b/sea-orm-macros/src/derives/entity_model.rs index fbaaef15..004970c5 100644 --- a/sea-orm-macros/src/derives/entity_model.rs +++ b/sea-orm-macros/src/derives/entity_model.rs @@ -167,6 +167,7 @@ pub fn expand_derive_entity_model(data: Data, attrs: Vec) -> syn::Res "Uuid" => quote! { Uuid }, "Json" => quote! { Json }, "Decimal" => quote! { Decimal }, + "Vec" => quote! { Binary }, _ => { return Err(Error::new( field.span(),