This commit is contained in:
Billy Chan 2024-06-19 19:06:17 +08:00
parent 66e9e7d5ee
commit 9e93107bb8
No known key found for this signature in database
GPG Key ID: 45461E52F22E0279

View File

@ -3,6 +3,7 @@ pub mod derive_attr {
/// Attributes for Models and ActiveModels
#[derive(Default, FromAttributes)]
#[allow(dead_code)]
pub struct SeaOrm {
pub column: Option<syn::Ident>,
pub entity: Option<syn::Ident>,