feat: implement data generation and loading for MANZANA with improved structure and logging
This commit is contained in:
@@ -242,6 +242,10 @@ ORDER BY c.column_id;
|
||||
return nil, fmt.Errorf("Error scanning column type results: %W", err)
|
||||
}
|
||||
|
||||
if strings.HasPrefix(column.name, "graph_id") && column.systemType == "bigint" {
|
||||
continue
|
||||
}
|
||||
|
||||
colTypes = append(colTypes, MapMssqlColumn(column))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user