Tomasz Sknadaj

Results 2 comments of Tomasz Sknadaj

The same happens for me when i try to reproduce that thing. **Info about your desktop** - OS: macOS - Version: 11.6.2 (20G314) - pgModeler version: 20211220.1ec302351 Qt 5.15.2

I faced the same error but with nested data like: ``` type Segment_A struct { bun.BaseModel `bun:"Segment_A"` another_fields.... } type Segment_B struct { bun.BaseModel `bun:"Segment_B"` another_fields.... } type A struct...