package entities type GroupPermission struct { GroupID int32 `bun:",notnull" json:"-"` Value int8 `bun:",notnull"` }