123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170 |
- {
- "downloadable_link": {
- "column": {
- "link_id": true,
- "product_id": true,
- "sort_order": true,
- "number_of_downloads": true,
- "is_shareable": true,
- "link_url": true,
- "link_file": true,
- "link_type": true,
- "sample_url": true,
- "sample_file": true,
- "sample_type": true
- },
- "index": {
- "DOWNLOADABLE_LINK_PRODUCT_ID_SORT_ORDER": true
- },
- "constraint": {
- "PRIMARY": true,
- "DOWNLOADABLE_LINK_PRODUCT_ID_CATALOG_PRODUCT_ENTITY_ENTITY_ID": true
- }
- },
- "downloadable_link_price": {
- "column": {
- "price_id": true,
- "link_id": true,
- "website_id": true,
- "price": true
- },
- "index": {
- "DOWNLOADABLE_LINK_PRICE_LINK_ID": true,
- "DOWNLOADABLE_LINK_PRICE_WEBSITE_ID": true
- },
- "constraint": {
- "PRIMARY": true,
- "DOWNLOADABLE_LINK_PRICE_LINK_ID_DOWNLOADABLE_LINK_LINK_ID": true,
- "DOWNLOADABLE_LINK_PRICE_WEBSITE_ID_STORE_WEBSITE_WEBSITE_ID": true
- }
- },
- "downloadable_link_purchased": {
- "column": {
- "purchased_id": true,
- "order_id": true,
- "order_increment_id": true,
- "order_item_id": true,
- "created_at": true,
- "updated_at": true,
- "customer_id": true,
- "product_name": true,
- "product_sku": true,
- "link_section_title": true
- },
- "index": {
- "DOWNLOADABLE_LINK_PURCHASED_ORDER_ID": true,
- "DOWNLOADABLE_LINK_PURCHASED_ORDER_ITEM_ID": true,
- "DOWNLOADABLE_LINK_PURCHASED_CUSTOMER_ID": true
- },
- "constraint": {
- "PRIMARY": true,
- "DL_LNK_PURCHASED_CSTR_ID_CSTR_ENTT_ENTT_ID": true,
- "DOWNLOADABLE_LINK_PURCHASED_ORDER_ID_SALES_ORDER_ENTITY_ID": true
- }
- },
- "downloadable_link_purchased_item": {
- "column": {
- "item_id": true,
- "purchased_id": true,
- "order_item_id": true,
- "product_id": true,
- "link_hash": true,
- "number_of_downloads_bought": true,
- "number_of_downloads_used": true,
- "link_id": true,
- "link_title": true,
- "is_shareable": true,
- "link_url": true,
- "link_file": true,
- "link_type": true,
- "status": true,
- "created_at": true,
- "updated_at": true
- },
- "index": {
- "DOWNLOADABLE_LINK_PURCHASED_ITEM_LINK_HASH": true,
- "DOWNLOADABLE_LINK_PURCHASED_ITEM_ORDER_ITEM_ID": true,
- "DOWNLOADABLE_LINK_PURCHASED_ITEM_PURCHASED_ID": true
- },
- "constraint": {
- "PRIMARY": true,
- "DL_LNK_PURCHASED_ITEM_PURCHASED_ID_DL_LNK_PURCHASED_PURCHASED_ID": true,
- "DL_LNK_PURCHASED_ITEM_ORDER_ITEM_ID_SALES_ORDER_ITEM_ITEM_ID": true
- }
- },
- "downloadable_link_title": {
- "column": {
- "title_id": true,
- "link_id": true,
- "store_id": true,
- "title": true
- },
- "index": {
- "DOWNLOADABLE_LINK_TITLE_STORE_ID": true
- },
- "constraint": {
- "PRIMARY": true,
- "DOWNLOADABLE_LINK_TITLE_LINK_ID_DOWNLOADABLE_LINK_LINK_ID": true,
- "DOWNLOADABLE_LINK_TITLE_STORE_ID_STORE_STORE_ID": true,
- "DOWNLOADABLE_LINK_TITLE_LINK_ID_STORE_ID": true
- }
- },
- "downloadable_sample": {
- "column": {
- "sample_id": true,
- "product_id": true,
- "sample_url": true,
- "sample_file": true,
- "sample_type": true,
- "sort_order": true
- },
- "index": {
- "DOWNLOADABLE_SAMPLE_PRODUCT_ID": true
- },
- "constraint": {
- "PRIMARY": true,
- "DOWNLOADABLE_SAMPLE_PRODUCT_ID_CATALOG_PRODUCT_ENTITY_ENTITY_ID": true
- }
- },
- "downloadable_sample_title": {
- "column": {
- "title_id": true,
- "sample_id": true,
- "store_id": true,
- "title": true
- },
- "index": {
- "DOWNLOADABLE_SAMPLE_TITLE_STORE_ID": true
- },
- "constraint": {
- "PRIMARY": true,
- "DL_SAMPLE_TTL_SAMPLE_ID_DL_SAMPLE_SAMPLE_ID": true,
- "DOWNLOADABLE_SAMPLE_TITLE_STORE_ID_STORE_STORE_ID": true,
- "DOWNLOADABLE_SAMPLE_TITLE_SAMPLE_ID_STORE_ID": true
- }
- },
- "catalog_product_index_price_downlod_idx": {
- "column": {
- "entity_id": true,
- "customer_group_id": true,
- "website_id": true,
- "min_price": true,
- "max_price": true
- },
- "constraint": {
- "PRIMARY": true
- }
- },
- "catalog_product_index_price_downlod_tmp": {
- "column": {
- "entity_id": true,
- "customer_group_id": true,
- "website_id": true,
- "min_price": true,
- "max_price": true
- },
- "constraint": {
- "PRIMARY": true
- }
- }
- }
|