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