CMS & Content Database Structure
Key Relationships
Note: This is a simplified diagram showing the main relationships.
CMS Page Tables
cms_page
Stores CMS pages.
| Column | Type | Description |
|---|---|---|
| page_id | smallint | Primary key |
| title | varchar | Page title |
Widget Tables
widget_instance
Stores widget instances.
| Column | Type | Description |
|---|---|---|
| instance_id | int | Primary key |
| instance_type | varchar | Widget type (PHP class) |
Data Analysis Tips
- Use
cms_pagejoined withcms_page_storefor per-store data - Use
url_rewriteto map friendly URLs to CMS pages