Database – Company Directory (company_directory_entity)
Description
This table is related to the associated company directory. Associated companies are types of custom fields and can be added to directories of similar companies.
Common Uses
Table Fields
Column | Data Type | Column Info | Value Notes |
id | int(11) | The ID or identifier of the associated company. | |
name | varchar(255) | The name of the associated company. | |
slug | varchar(255) | ||
active | tinyint(1) | This determines whether the associated company is active or not. | 1 - yes, 0 - no |
deleted | tinyint(1) | This determines whether the associated company is deleted or not. | 1 - yes, 0 - no |
created | datetime | Date of the associated company's creation. | |
lastUpdated | timestamp | Date of last update related to the associated company. |