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

# company_domain table

> This table contains web-domains associated with a certain cust_company entry.

## company\_domain Table (303)

This table contains web-domains associated with a certain cust\_company entry.

## Fields

| Name         | Description                                                                                                                                                                             | Type                        | Nullable |
| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------- | :------: |
| id           | The primary key (auto-incremented)                                                                                                                                                      | PK                          |    No    |
| company\_id  | The cust\_company entry this domain is associated with.                                                                                                                                 | FK [contact](./contact.mdx) |    No    |
| domain\_name | The domain. E.g. \&apos;[www.ejournal.no\&apos](http://www.ejournal.no\&apos);, \&apos;company.com\&apos;, \&apos;[http://some.domain.net\&amp;apos](http://some.domain.net\&amp;apos); | String(255)                 |    No    |
| rank         | The rank                                                                                                                                                                                | Int                         |    No    |

<img src="https://mintcdn.com/superofficeas-bugfix-ty-screen-designer-paradox/A8Y_bcgEblTh4XOv/media/loc/en/database/tables/company_domain.png?fit=max&auto=format&n=A8Y_bcgEblTh4XOv&q=85&s=f54c6e9b9e5286828503ee43a5a9fe05" alt="company_domain table relationship diagram" width="440" height="59" data-path="media/loc/en/database/tables/company_domain.png" />

## Indexes

| Fields      | Types | Description |
| ----------- | ----- | ----------- |
| company\_id | FK    | Index       |

## Relationships

| Table                | Description                  |
| -------------------- | ---------------------------- |
| [contact](./contact) | Companies and Organizations. |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.
