> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Favourite table

> Favourite records (star-marking)

## Favourite Table (455)

Favourite records (star-marking)

## Fields

| Name           | Description                             | Type                            | Nullable |
| -------------- | --------------------------------------- | ------------------------------- | :------: |
| Favourite\_id  | Primary key                             | PK                              |    No    |
| table\_id      | SuperOffice table reference             | TableNumber                     |    No    |
| record\_id     | Record in the referenced table          | RecordId                        |    No    |
| associate\_id  | The user who has marked this favourited | FK [associate](./associate.mdx) |    Yes   |
| extra\_info    | Optional extra information              | String(254)                     |    Yes   |
| registered     | Registered datetime                     | DateTime                        |    Yes   |
| registered\_by | Registered by whom                      | FK [associate](./associate.mdx) |    Yes   |
| Rank           | Rank order                              | Int                             |    Yes   |

<img src="https://mintcdn.com/superofficeas/zNQa3AO19PFK63SB/media/loc/en/database/tables/Favourite.png?fit=max&auto=format&n=zNQa3AO19PFK63SB&q=85&s=b3af1892cf1ca43b5890a53b349d1d8c" alt="Favourite table relationship diagram" width="382" height="59" data-path="media/loc/en/database/tables/Favourite.png" />

## Indexes

| Fields                               | Types                     | Description |
| ------------------------------------ | ------------------------- | ----------- |
| record\_id, associate\_id, table\_id | RecordId, FK, TableNumber | Index       |

## Relationships

| Table                    | Description                                                        |
| ------------------------ | ------------------------------------------------------------------ |
| [associate](./associate) | Employees, resources and other users - except for External persons |

## Replication Flags

* Replicate changes DOWN from central to satellites and travellers.
* Replicate changes UP from satellites and travellers back to central.
* Copy to satellite and travel prototypes.

## Security Flags

* No access control via user's Role.


## Related topics

- [Is Favourite](/en/api/reference/restful/agent/favourite_agent/is-favourite.md)
- [Favourites](/en/api/archive-providers/reference/favourites.md)
- [Get Favourites](/en/api/reference/restful/agent/favourite_agent/get-favourites.md)
- [Remove Favourite](/en/api/reference/restful/agent/favourite_agent/remove-favourite.md)
- [Add Favourite](/en/api/reference/restful/agent/favourite_agent/add-favourite.md)
- [Remove Favourites](/en/api/reference/restful/agent/favourite_agent/remove-favourites.md)
