package it.cavallium.dbengine.database; public record ColumnProperty(String columnName, String propertyName, T value) {}