pub trait AlterTable<'post_build> {
// Required method
fn build(self) -> Result<Vec<(String, Vec<Value<'post_build>>)>, Error>;
}
Expand description
The trait representing an alter table builder
pub trait AlterTable<'post_build> {
// Required method
fn build(self) -> Result<Vec<(String, Vec<Value<'post_build>>)>, Error>;
}
The trait representing an alter table builder