143144145146147148149
table.addColumn(column); } schema.addTable(table); } return new ImmutableSchema(schema); }
144145146147148149150