|
1 | 1 | {
|
2 | 2 | "product_alert_price": {
|
3 | 3 | "column": {
|
| 4 | + "store_id": true, |
4 | 5 | "alert_price_id": true,
|
5 | 6 | "customer_id": true,
|
6 | 7 | "product_id": true,
|
|
9 | 10 | "add_date": true,
|
10 | 11 | "last_send_date": true,
|
11 | 12 | "send_count": true,
|
12 |
| - "status": true, |
13 |
| - "store_id": true |
| 13 | + "status": true |
14 | 14 | },
|
15 | 15 | "index": {
|
| 16 | + "PRODUCT_ALERT_PRICE_STORE_ID": true, |
16 | 17 | "PRODUCT_ALERT_PRICE_CUSTOMER_ID": true,
|
17 | 18 | "PRODUCT_ALERT_PRICE_PRODUCT_ID": true,
|
18 |
| - "PRODUCT_ALERT_PRICE_WEBSITE_ID": true, |
19 |
| - "PRODUCT_ALERT_PRICE_STORE_ID": true |
| 19 | + "PRODUCT_ALERT_PRICE_WEBSITE_ID": true |
20 | 20 | },
|
21 | 21 | "constraint": {
|
| 22 | + "PRODUCT_ALERT_PRICE_STORE_ID_STORE_STORE_ID": true, |
22 | 23 | "PRIMARY": true,
|
23 | 24 | "PRODUCT_ALERT_PRICE_CUSTOMER_ID_CUSTOMER_ENTITY_ENTITY_ID": true,
|
24 | 25 | "PRODUCT_ALERT_PRICE_PRODUCT_ID_CATALOG_PRODUCT_ENTITY_ENTITY_ID": true,
|
25 | 26 | "PRODUCT_ALERT_PRICE_WEBSITE_ID_STORE_WEBSITE_WEBSITE_ID": true,
|
26 |
| - "PRODUCT_ALERT_PRICE_PRODUCT_ID_SEQUENCE_PRODUCT_SEQUENCE_VALUE": true, |
27 |
| - "PRODUCT_ALERT_PRICE_STORE_ID_STORE_STORE_ID": true |
| 27 | + "PRODUCT_ALERT_PRICE_PRODUCT_ID_SEQUENCE_PRODUCT_SEQUENCE_VALUE": true |
28 | 28 | }
|
29 | 29 | },
|
30 | 30 | "product_alert_stock": {
|
31 | 31 | "column": {
|
| 32 | + "store_id": true, |
32 | 33 | "alert_stock_id": true,
|
33 | 34 | "customer_id": true,
|
34 | 35 | "product_id": true,
|
35 | 36 | "website_id": true,
|
36 | 37 | "add_date": true,
|
37 | 38 | "send_date": true,
|
38 | 39 | "send_count": true,
|
39 |
| - "status": true, |
40 |
| - "store_id": true |
| 40 | + "status": true |
41 | 41 | },
|
42 | 42 | "index": {
|
| 43 | + "PRODUCT_ALERT_STOCK_STORE_ID": true, |
43 | 44 | "PRODUCT_ALERT_STOCK_CUSTOMER_ID": true,
|
44 | 45 | "PRODUCT_ALERT_STOCK_PRODUCT_ID": true,
|
45 |
| - "PRODUCT_ALERT_STOCK_WEBSITE_ID": true, |
46 |
| - "PRODUCT_ALERT_STOCK_STORE_ID": true |
| 46 | + "PRODUCT_ALERT_STOCK_WEBSITE_ID": true |
47 | 47 | },
|
48 | 48 | "constraint": {
|
| 49 | + "PRODUCT_ALERT_STOCK_STORE_ID_STORE_STORE_ID": true, |
49 | 50 | "PRIMARY": true,
|
50 | 51 | "PRODUCT_ALERT_STOCK_WEBSITE_ID_STORE_WEBSITE_WEBSITE_ID": true,
|
51 | 52 | "PRODUCT_ALERT_STOCK_CUSTOMER_ID_CUSTOMER_ENTITY_ENTITY_ID": true,
|
52 | 53 | "PRODUCT_ALERT_STOCK_PRODUCT_ID_CATALOG_PRODUCT_ENTITY_ENTITY_ID": true,
|
53 |
| - "PRODUCT_ALERT_STOCK_PRODUCT_ID_SEQUENCE_PRODUCT_SEQUENCE_VALUE": true, |
54 |
| - "PRODUCT_ALERT_STOCK_STORE_ID_STORE_STORE_ID": true |
| 54 | + "PRODUCT_ALERT_STOCK_PRODUCT_ID_SEQUENCE_PRODUCT_SEQUENCE_VALUE": true |
55 | 55 | }
|
56 | 56 | }
|
57 | 57 | }
|
0 commit comments