  |
1 | 1 | | <?php |
| |
2 | 2 | | /* |
  |
3 | | - | $Id: database_tables.php 1677 2007-08-29 00:33:19Z hpdl $ |
| |
| 3 | + | $Id: database_tables.php 1856 2009-02-28 22:10:32Z hpdl $ |
|
4 | 4 | | |
| |
5 | 5 | | osCommerce, Open Source E-Commerce Solutions |
| |
6 | 6 | | http://www.oscommerce.com |
| |
7 | 7 | | |
  |
8 | | - | Copyright (c) 2007 osCommerce |
| |
| 8 | + | Copyright (c) 2009 osCommerce |
|
9 | 9 | | |
| |
10 | 10 | | This program is free software; you can redistribute it and/or modify |
| |
11 | 11 | | it under the terms of the GNU General Public License v2 (1991) |
| |
|
|
 |
… |
|
44 | 44 | | define('TABLE_ORDERS_TOTAL', DB_TABLE_PREFIX . 'orders_total'); |
| |
45 | 45 | | define('TABLE_ORDERS_TRANSACTIONS_HISTORY', DB_TABLE_PREFIX . 'orders_transactions_history'); |
| |
46 | 46 | | define('TABLE_ORDERS_TRANSACTIONS_STATUS', DB_TABLE_PREFIX . 'orders_transactions_status'); |
  |
| 47 | + | define('TABLE_PRODUCT_ATTRIBUTES', DB_TABLE_PREFIX . 'product_attributes'); |
|
47 | 48 | | define('TABLE_PRODUCTS', DB_TABLE_PREFIX . 'products'); |
| |
48 | 49 | | define('TABLE_PRODUCTS_DESCRIPTION', DB_TABLE_PREFIX . 'products_description'); |
| |
49 | 50 | | define('TABLE_PRODUCTS_IMAGES', DB_TABLE_PREFIX . 'products_images'); |
| |
|
|
 |
… |
|
55 | 56 | | define('TABLE_PRODUCTS_VARIANTS_VALUES', DB_TABLE_PREFIX . 'products_variants_values'); |
| |
56 | 57 | | define('TABLE_REVIEWS', DB_TABLE_PREFIX . 'reviews'); |
| |
57 | 58 | | define('TABLE_SESSIONS', DB_TABLE_PREFIX . 'sessions'); |
  |
| 59 | + | define('TABLE_SHIPPING_AVAILABILITY', DB_TABLE_PREFIX . 'shipping_availability'); |
  |
58 | 60 | | define('TABLE_SHOPPING_CARTS', DB_TABLE_PREFIX . 'shopping_carts'); |
| |
59 | 61 | | define('TABLE_SHOPPING_CARTS_CUSTOM_VARIANTS_VALUES', DB_TABLE_PREFIX . 'shopping_carts_custom_variants_values'); |
| |
60 | 62 | | define('TABLE_SPECIALS', DB_TABLE_PREFIX . 'specials'); |