> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/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-bugfix-ty-screen-designer-paradox/A8Y_bcgEblTh4XOv/media/loc/en/database/tables/ejsel_meta_result.png?fit=max&auto=format&n=A8Y_bcgEblTh4XOv&q=85&s=70bb990196209c0972bfc76c55dacc60" 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.
