Rename to schema
This commit is contained in:
parent
d80ea396ab
commit
8a81e43d2e
@ -6,7 +6,7 @@ mod model;
|
|||||||
pub mod prelude;
|
pub mod prelude;
|
||||||
mod primary_key;
|
mod primary_key;
|
||||||
mod relation;
|
mod relation;
|
||||||
mod create_stmt;
|
mod schema;
|
||||||
|
|
||||||
pub use active_model::*;
|
pub use active_model::*;
|
||||||
pub use base_entity::*;
|
pub use base_entity::*;
|
||||||
@ -16,4 +16,4 @@ pub use model::*;
|
|||||||
// pub use prelude::*;
|
// pub use prelude::*;
|
||||||
pub use primary_key::*;
|
pub use primary_key::*;
|
||||||
pub use relation::*;
|
pub use relation::*;
|
||||||
pub use create_stmt::*;
|
pub use schema::*;
|
||||||
|
@ -152,7 +152,6 @@ impl<EntityTrait> CreateStatementOf for EntityTrait {}
|
|||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod tests {
|
mod tests {
|
||||||
|
|
||||||
use crate::{CreateStatementOf, tests_cfg};
|
use crate::{CreateStatementOf, tests_cfg};
|
||||||
|
|
||||||
#[test]
|
#[test]
|
Loading…
x
Reference in New Issue
Block a user