WordPress database structure
Reference for all MySQL tables, columns, and WooCommerce meta keys used by the Chamevo plugin.
Chamevo stores product data, orders, print jobs, and configuration in custom MySQL tables prefixed with {wp_prefix}fpd_. WooCommerce customization data is stored in WooCommerce's own order item meta tables.
Custom tables
All table names use the WordPress table prefix (default: wp_) followed by fpd_.
fpd_products
Stores Chamevo product definitions.
| Column | Type | Description |
|---|---|---|
ID | BIGINT(20) | Primary key |
title | TEXT | Product name |
options | TEXT | JSON-encoded product options (overrides for global settings) |
thumbnail | TEXT | Base64 or URL of the product thumbnail |
user_id | BIGINT(20) | WordPress user who created the product (null for admin) |
type |