working fetch of the columns properly well, but the rest doesnt
This commit is contained in:
@@ -8,12 +8,6 @@ pub async fn get_table_structure(
|
||||
_request: Empty,
|
||||
) -> Result<TableStructureResponse, Status> {
|
||||
let columns = vec![
|
||||
TableColumn {
|
||||
name: "id".to_string(),
|
||||
data_type: "BIGSERIAL".to_string(),
|
||||
is_nullable: false,
|
||||
is_primary_key: true,
|
||||
},
|
||||
TableColumn {
|
||||
name: "firma".to_string(),
|
||||
data_type: "TEXT".to_string(),
|
||||
|
||||
Reference in New Issue
Block a user