Add generated database entity, just recipe and fix config table missing PK
This commit is contained in:
6
public/database/src/generated/entities/mod.rs
Normal file
6
public/database/src/generated/entities/mod.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
//! `SeaORM` Entity, @generated by sea-orm-codegen 2.0.0-rc.18
|
||||
|
||||
pub mod prelude;
|
||||
|
||||
pub mod config;
|
||||
pub mod user;
|
||||
Reference in New Issue
Block a user