Consolidate data access control backoffice updates
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package com.cloudhandson.vpdbackoffice.domain.schemametadata;
|
||||
|
||||
import com.cloudhandson.vpdbackoffice.domain.structured.StructuredDataTable;
|
||||
import java.util.List;
|
||||
|
||||
public record SchemaMetadataView(
|
||||
StructuredDataTable table,
|
||||
String tableComment,
|
||||
List<SchemaAnnotation> tableAnnotations,
|
||||
List<SchemaMetadataColumn> columns
|
||||
) {
|
||||
}
|
||||
Reference in New Issue
Block a user