for rows.Next() {
        var p PermissionEntity
        err = rows.Scan(
            &p.Action,
            &p.CreatedAt,