Initial commit
This commit is contained in:
commit
2722c7d40a
36 changed files with 6266 additions and 0 deletions
6
src/entities/prelude.rs
Normal file
6
src/entities/prelude.rs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
//! `SeaORM` Entity, @generated by sea-orm-codegen 1.1.8
|
||||
|
||||
pub use super::samey_post::Entity as SameyPost;
|
||||
pub use super::samey_post_source::Entity as SameyPostSource;
|
||||
pub use super::samey_tag::Entity as SameyTag;
|
||||
pub use super::samey_tag_post::Entity as SameyTagPost;
|
||||
Loading…
Add table
Add a link
Reference in a new issue