14 lines
340 B
Rust
14 lines
340 B
Rust
pub mod applog;
|
|
pub mod byte_primary_key;
|
|
pub mod metadata;
|
|
pub mod repository;
|
|
pub mod schema;
|
|
pub mod self_join;
|
|
|
|
pub use applog::Entity as Applog;
|
|
pub use byte_primary_key::Entity as BytePrimaryKey;
|
|
pub use metadata::Entity as Metadata;
|
|
pub use repository::Entity as Repository;
|
|
pub use schema::*;
|
|
pub use self_join::Entity as SelfJoin;
|