record.getValue(COLUMNS.CHARACTER_MAXIMUM_LENGTH),
record.getValue(COLUMNS.NUMERIC_PRECISION),
record.getValue(COLUMNS.NUMERIC_SCALE),
record.getValue(COLUMNS.UDT_NAME));
ColumnDefinition column = new DefaultColumnDefinition(
getDatabase().getTable(getSchema(), getName()),
record.getValue(COLUMNS.COLUMN_NAME),
record.getValueAsInteger(COLUMNS.ORDINAL_POSITION),
type,
record.getValue(COLUMNS.IS_NULLABLE, boolean.class),