Documentation
1
2
3
4
5
6
7
mod alter_table;
mod drop;
mod error;
mod truncate;
mod validate;
pub use error::AlterError;
use validate::validate;