page_entity - Customer Website Page Entity
Holds information - including custom code - to use in the creation of pages on the Customer Website.
Column | Data Type | Column Info | Value Notes | Other |
id | int(11) | The id of the entity | ||
type | varchar(100) | Page type | ||
title | varchar(255) | The name/title of the entity instance | ||
content | text | Page content | ||
custom_code | tinyint(1) | Page custom HTML code | 1 - yes, 0 - no | |
javascript_code | text | Page custom JS code | ||
css_code | text | Page custom CSS code | ||
investor_login | tinyint(1) | Has investor login | 1 - yes, 0 - no | |
contact_form_status | tinyint(1) | Contact form enabled | 1 - yes, 0 - no | |
contact_form_email | varchar(500) | contact form email | ||
created | timestamp | Timestamp of when the entity was created | ||
lastUpdated | timestamp | Timestamp of when the entity was last updated | ||
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 |