40414243444546474849
continue; // Checked by TableHasPrimaryKey } for (Column column : index.getColumns()) { if (column.getNullable()) { output.reportFailure(new AISValidationFailure ( new PrimaryKeyNullColumnException (table.getName(), column.getName()))); } } } }