|
10 | 10 | <table name="catalog_product_bundle_option" resource="default" engine="innodb"
|
11 | 11 | comment="Catalog Product Bundle Option">
|
12 | 12 | <column xsi:type="int" name="option_id" padding="10" unsigned="true" nullable="false" identity="true"
|
13 |
| - comment="Option Id"/> |
| 13 | + comment="Option ID"/> |
14 | 14 | <column xsi:type="int" name="parent_id" padding="10" unsigned="true" nullable="false" identity="false"
|
15 |
| - comment="Parent Id"/> |
| 15 | + comment="Parent ID"/> |
16 | 16 | <column xsi:type="smallint" name="required" padding="5" unsigned="true" nullable="false" identity="false"
|
17 | 17 | default="0" comment="Required"/>
|
18 | 18 | <column xsi:type="int" name="position" padding="10" unsigned="true" nullable="false" identity="false"
|
|
31 | 31 | <table name="catalog_product_bundle_option_value" resource="default" engine="innodb"
|
32 | 32 | comment="Catalog Product Bundle Option Value">
|
33 | 33 | <column xsi:type="int" name="value_id" padding="10" unsigned="true" nullable="false" identity="true"
|
34 |
| - comment="Value Id"/> |
| 34 | + comment="Value ID"/> |
35 | 35 | <column xsi:type="int" name="option_id" padding="10" unsigned="true" nullable="false" identity="false"
|
36 |
| - comment="Option Id"/> |
| 36 | + comment="Option ID"/> |
37 | 37 | <column xsi:type="smallint" name="store_id" padding="5" unsigned="true" nullable="false" identity="false"
|
38 |
| - comment="Store Id"/> |
| 38 | + comment="Store ID"/> |
39 | 39 | <column xsi:type="varchar" name="title" nullable="true" length="255" comment="Title"/>
|
40 | 40 | <column xsi:type="int" name="parent_product_id" padding="10" unsigned="true" nullable="false" identity="false"
|
41 |
| - comment="Parent Product Id"/> |
| 41 | + comment="Parent Product ID"/> |
42 | 42 | <constraint xsi:type="primary" referenceId="PRIMARY">
|
43 | 43 | <column name="value_id"/>
|
44 | 44 | </constraint>
|
|
54 | 54 | <table name="catalog_product_bundle_selection" resource="default" engine="innodb"
|
55 | 55 | comment="Catalog Product Bundle Selection">
|
56 | 56 | <column xsi:type="int" name="selection_id" padding="10" unsigned="true" nullable="false" identity="true"
|
57 |
| - comment="Selection Id"/> |
| 57 | + comment="Selection ID"/> |
58 | 58 | <column xsi:type="int" name="option_id" padding="10" unsigned="true" nullable="false" identity="false"
|
59 |
| - comment="Option Id"/> |
| 59 | + comment="Option ID"/> |
60 | 60 | <column xsi:type="int" name="parent_product_id" padding="10" unsigned="true" nullable="false" identity="false"
|
61 |
| - comment="Parent Product Id"/> |
| 61 | + comment="Parent Product ID"/> |
62 | 62 | <column xsi:type="int" name="product_id" padding="10" unsigned="true" nullable="false" identity="false"
|
63 |
| - comment="Product Id"/> |
| 63 | + comment="Product ID"/> |
64 | 64 | <column xsi:type="int" name="position" padding="10" unsigned="true" nullable="false" identity="false"
|
65 | 65 | default="0" comment="Position"/>
|
66 | 66 | <column xsi:type="smallint" name="is_default" padding="5" unsigned="true" nullable="false" identity="false"
|
|
92 | 92 | <table name="catalog_product_bundle_selection_price" resource="default" engine="innodb"
|
93 | 93 | comment="Catalog Product Bundle Selection Price">
|
94 | 94 | <column xsi:type="int" name="selection_id" padding="10" unsigned="true" nullable="false" identity="false"
|
95 |
| - comment="Selection Id"/> |
| 95 | + comment="Selection ID"/> |
96 | 96 | <column xsi:type="smallint" name="website_id" padding="5" unsigned="true" nullable="false" identity="false"
|
97 |
| - comment="Website Id"/> |
| 97 | + comment="Website ID"/> |
98 | 98 | <column xsi:type="smallint" name="selection_price_type" padding="5" unsigned="true" nullable="false"
|
99 | 99 | identity="false" default="0" comment="Selection Price Type"/>
|
100 | 100 | <column xsi:type="decimal" name="selection_price_value" scale="6" precision="20" unsigned="false"
|
101 | 101 | nullable="false" default="0" comment="Selection Price Value"/>
|
102 | 102 | <column xsi:type="int" name="parent_product_id" padding="10" unsigned="true" nullable="false" identity="false"
|
103 |
| - comment="Parent Product Id"/> |
| 103 | + comment="Parent Product ID"/> |
104 | 104 | <constraint xsi:type="primary" referenceId="PK_CATALOG_PRODUCT_BUNDLE_SELECTION_PRICE">
|
105 | 105 | <column name="selection_id"/>
|
106 | 106 | <column name="parent_product_id"/>
|
|
122 | 122 | <column xsi:type="int" name="entity_id" padding="10" unsigned="true" nullable="false" identity="false"
|
123 | 123 | comment="Entity ID"/>
|
124 | 124 | <column xsi:type="smallint" name="website_id" padding="5" unsigned="true" nullable="false" identity="false"
|
125 |
| - comment="Website Id"/> |
| 125 | + comment="Website ID"/> |
126 | 126 | <column xsi:type="int" name="customer_group_id" padding="10" unsigned="true" nullable="false" identity="false"
|
127 | 127 | comment="Customer Group ID"/>
|
128 | 128 | <column xsi:type="decimal" name="min_price" scale="6" precision="20" unsigned="false" nullable="false"
|
|
159 | 159 | <column xsi:type="smallint" name="stock_id" padding="5" unsigned="true" nullable="false" identity="false"
|
160 | 160 | comment="Stock ID"/>
|
161 | 161 | <column xsi:type="int" name="option_id" padding="10" unsigned="true" nullable="false" identity="false"
|
162 |
| - default="0" comment="Option Id"/> |
| 162 | + default="0" comment="Option ID"/> |
163 | 163 | <column xsi:type="smallint" name="stock_status" padding="6" unsigned="false" nullable="true" identity="false"
|
164 | 164 | default="0" comment="Stock Status"/>
|
165 | 165 | <constraint xsi:type="primary" referenceId="PRIMARY">
|
|
246 | 246 | <column xsi:type="smallint" name="website_id" padding="5" unsigned="true" nullable="false" identity="false"
|
247 | 247 | comment="Website ID"/>
|
248 | 248 | <column xsi:type="int" name="option_id" padding="10" unsigned="true" nullable="false" identity="false"
|
249 |
| - default="0" comment="Option Id"/> |
| 249 | + default="0" comment="Option ID"/> |
250 | 250 | <column xsi:type="int" name="selection_id" padding="10" unsigned="true" nullable="false" identity="false"
|
251 |
| - default="0" comment="Selection Id"/> |
| 251 | + default="0" comment="Selection ID"/> |
252 | 252 | <column xsi:type="smallint" name="group_type" padding="5" unsigned="true" nullable="true" identity="false"
|
253 | 253 | default="0" comment="Group Type"/>
|
254 | 254 | <column xsi:type="smallint" name="is_required" padding="5" unsigned="true" nullable="true" identity="false"
|
|
274 | 274 | <column xsi:type="smallint" name="website_id" padding="5" unsigned="true" nullable="false" identity="false"
|
275 | 275 | comment="Website ID"/>
|
276 | 276 | <column xsi:type="int" name="option_id" padding="10" unsigned="true" nullable="false" identity="false"
|
277 |
| - default="0" comment="Option Id"/> |
| 277 | + default="0" comment="Option ID"/> |
278 | 278 | <column xsi:type="int" name="selection_id" padding="10" unsigned="true" nullable="false" identity="false"
|
279 |
| - default="0" comment="Selection Id"/> |
| 279 | + default="0" comment="Selection ID"/> |
280 | 280 | <column xsi:type="smallint" name="group_type" padding="5" unsigned="true" nullable="true" identity="false"
|
281 | 281 | default="0" comment="Group Type"/>
|
282 | 282 | <column xsi:type="smallint" name="is_required" padding="5" unsigned="true" nullable="true" identity="false"
|
|
302 | 302 | <column xsi:type="smallint" name="website_id" padding="5" unsigned="true" nullable="false" identity="false"
|
303 | 303 | comment="Website ID"/>
|
304 | 304 | <column xsi:type="int" name="option_id" padding="10" unsigned="true" nullable="false" identity="false"
|
305 |
| - default="0" comment="Option Id"/> |
| 305 | + default="0" comment="Option ID"/> |
306 | 306 | <column xsi:type="decimal" name="min_price" scale="6" precision="20" unsigned="false" nullable="true"
|
307 | 307 | comment="Min Price"/>
|
308 | 308 | <column xsi:type="decimal" name="alt_price" scale="6" precision="20" unsigned="false" nullable="true"
|
|
329 | 329 | <column xsi:type="smallint" name="website_id" padding="5" unsigned="true" nullable="false" identity="false"
|
330 | 330 | comment="Website ID"/>
|
331 | 331 | <column xsi:type="int" name="option_id" padding="10" unsigned="true" nullable="false" identity="false"
|
332 |
| - default="0" comment="Option Id"/> |
| 332 | + default="0" comment="Option ID"/> |
333 | 333 | <column xsi:type="decimal" name="min_price" scale="6" precision="20" unsigned="false" nullable="true"
|
334 | 334 | comment="Min Price"/>
|
335 | 335 | <column xsi:type="decimal" name="alt_price" scale="6" precision="20" unsigned="false" nullable="true"
|
|
0 commit comments