pub fn plan_create_table(
    scx: &StatementContext<'_>,
    stmt: CreateTableStatement<Aug>
) -> Result<Plan, PlanError>