pub struct Type;
Available on crate feature
backend-postgres
only.Expand description
Helper for constructing any type statement
Implementations§
source§impl Type
impl Type
sourcepub fn create() -> TypeCreateStatement
pub fn create() -> TypeCreateStatement
Construct type TypeCreateStatement
sourcepub fn drop() -> TypeDropStatement
pub fn drop() -> TypeDropStatement
Construct type TypeDropStatement
sourcepub fn alter() -> TypeAlterStatement
pub fn alter() -> TypeAlterStatement
Construct type TypeAlterStatement