Fix
This commit is contained in:
parent
66e9e7d5ee
commit
9e93107bb8
@ -3,6 +3,7 @@ pub mod derive_attr {
|
|||||||
|
|
||||||
/// Attributes for Models and ActiveModels
|
/// Attributes for Models and ActiveModels
|
||||||
#[derive(Default, FromAttributes)]
|
#[derive(Default, FromAttributes)]
|
||||||
|
#[allow(dead_code)]
|
||||||
pub struct SeaOrm {
|
pub struct SeaOrm {
|
||||||
pub column: Option<syn::Ident>,
|
pub column: Option<syn::Ident>,
|
||||||
pub entity: Option<syn::Ident>,
|
pub entity: Option<syn::Ident>,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user