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

# 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/i6M2qZmvMNH7UTeu/media/loc/en/database/tables/company_domain.png?fit=max&auto=format&n=i6M2qZmvMNH7UTeu&q=85&s=c3fe5a1334ad0e428c88673837986c8f" 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.


## Related topics

- [Company](/en/automation/crmscript/reference/CRMScript.Native.Company.md)
- [MailingDomains table](/en/database/tables/mailingdomains.md)
- [company table](/en/database/tables/company.md)
- [Create and update companies](/en/automation/crmscript/howto/company/create-company.md)
- [Reply template variables (Service)](/en/knowledge-base/learn/reply-templates/template-variables.md)
- [contact table](/en/database/tables/contact.md)
