Struct async_sea_orm_session::prelude::Index
pub struct Index;Expand description
Shorthand for constructing any index statement
Implementations§
§impl Index
impl Index
pub fn create() -> IndexCreateStatement
pub fn create() -> IndexCreateStatement
Construct index IndexCreateStatement
pub fn drop() -> IndexDropStatement
pub fn drop() -> IndexDropStatement
Construct index IndexDropStatement