Struct server::parse::ast::AlterTableStmt
[−]
[src]
pub struct AlterTableStmt {
pub tid: String,
pub op: AlterOp,
}Information for table alteration
Fields
tid | |
op |