refs #703: route schema metadata through MyBatis
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package com.cloudhandson.vpdbackoffice.domain.schemametadata;
|
||||
|
||||
/**
|
||||
* Database row used only while assembling the schema metadata screen.
|
||||
*/
|
||||
public record SchemaMetadataColumnRow(
|
||||
String columnName,
|
||||
String dataType,
|
||||
String nullable,
|
||||
String comment
|
||||
) {
|
||||
}
|
||||
Reference in New Issue
Block a user