feat: update ui
This commit is contained in:
@@ -59,8 +59,10 @@ type TableResponse struct {
|
||||
|
||||
// TableInfo represents basic table information
|
||||
type TableInfo struct {
|
||||
Name string `json:"name"`
|
||||
Alias string `json:"alias"`
|
||||
Name string `json:"name"`
|
||||
Alias string `json:"alias"`
|
||||
Description string `json:"description"`
|
||||
RowCount int64 `json:"row_count"`
|
||||
}
|
||||
|
||||
// DetailResponse represents a single record detail response
|
||||
|
||||
Reference in New Issue
Block a user