public static void AlterTable(this IQueryContext context, TableInfo tableInfo)
 {
     context.AlterObject(tableInfo);
 }