> ## 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.

# ejsel_meta_result table

> This table stores result meta data

## ejsel\_meta\_result Table (397)

This table stores result meta data

## Fields

| Name        | Description                                                     | Type                                | Nullable |
| ----------- | --------------------------------------------------------------- | ----------------------------------- | :------: |
| id          | Primary key                                                     | PK                                  |    No    |
| ejselection | The id of the selection for which this item is part of a result | FK [ejselection](./ejselection.mdx) |    No    |
| owner       | The user who owns this selection result                         | FK [ejuser](./ejuser.mdx)           |    No    |
| created\_at | When the result set was created.                                | DateTime                            |    No    |

<img src="https://mintcdn.com/superofficeas/i6M2qZmvMNH7UTeu/media/loc/en/database/tables/ejsel_meta_result.png?fit=max&auto=format&n=i6M2qZmvMNH7UTeu&q=85&s=0cedf2a28eb27514697ba5d14d4c860f" alt="ejsel_meta_result table relationship diagram" width="729" height="696" data-path="media/loc/en/database/tables/ejsel_meta_result.png" />

## Indexes

| Fields      | Types    | Description |
| ----------- | -------- | ----------- |
| ejselection | FK       | Index       |
| owner       | FK       | Index       |
| created\_at | DateTime | Index       |

## Relationships

| Table                                    | Description                                                             |
| ---------------------------------------- | ----------------------------------------------------------------------- |
| [ejsel\_result\_set](./ejsel-result-set) | This table stores result set reference data, result sets for selections |
| [ejselection](./ejselection)             | This table stores selections, dynamic groups.                           |
| [ejuser](./ejuser)                       | This table contains entries for the users of the system.                |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.


## Related topics

- [ejsel_result_set table](/en/database/tables/ejsel-result-set.md)
- [ejselection table](/en/database/tables/ejselection.md)
- [ejsel_ejsel table](/en/database/tables/ejsel-ejsel.md)
- [ejuser table](/en/database/tables/ejuser.md)
- [ejsel_source_idlist table](/en/database/tables/ejsel-source-idlist.md)
- [ejsel_source_script table](/en/database/tables/ejsel-source-script.md)
