Struct server::parse::ast::CreateTableStmt
[−]
[src]
pub struct CreateTableStmt {
pub tid: String,
pub cols: Vec<ColumnInfo>,
}Information for table creation
Fields
tid | |
cols |