Adding a child table to the products table
How to add a table linked to the products table by a foreign key
Use this section for table changes, querying patterns, schema history, and other database-related development work.
Start with:
How to add a table linked to the products table by a foreign key
How to add a field to the customers table
How to add a field to the products table
How to use the zen_update_orders_history function
Finding issues in your database
Modifying the database schema
Handling product table records which lack matching product_description records
How to modify a field in the products table
Restrictions on category contents
Using QueryFactory
How the Zen Cart Database is structured