UDbColumnResponse constructor
UDbColumnResponse({})
Implementation
UDbColumnResponse({
required this.name,
required this.dataType,
required this.isNullable,
required this.isPrimaryKey,
required this.ordinalPosition,
this.defaultValue,
});