Database – Customer Website Hompage Image Info (homepage_image_entity)
Description
Holds information for the homepage image for the customer website. Includes information concerning how the image is displayed.
Column | Data Type | Column Info | Value Notes | Other |
id | int(11) | The id of the entity | ||
caption | varchar(255) | Image caption | ||
display_caption | tinyint(1) | |||
sub_caption | varchar(255) | Image sub caption | ||
display_subcaption | tinyint(1) | |||
user_name | varchar(255) | Username of user that uploaded it | ||
remote_addr | char(20) | IP address of the client machine | ||
file_name | varchar(255) | Name of the file being imported | ||
description | text | The description of the entity instance | ||
size | int(11) | Size of the generated file | ||
file_attachment_id | int(11) | File attachment id | ||
active | tinyint(1) | Whether or not the entity is active | 1 - yes, 0 - no | |
deleted | tinyint(1) | Whether or not the entity was deleted | 1 - yes, 0 - no | |
created | timestamp | Timestamp of when the entity was created | ||
lastUpdated | timestamp | Timestamp of when the entity was last updated |