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