|
97 | 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 |
| - <column xsi:type="decimal" name="selection_price_value" scale="4" precision="12" unsigned="false" |
| 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 | 103 | comment="Parent Product Id"/>
|
|
125 | 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 |
| - <column xsi:type="decimal" name="min_price" scale="4" precision="12" unsigned="false" nullable="false" |
| 128 | + <column xsi:type="decimal" name="min_price" scale="6" precision="20" unsigned="false" nullable="false" |
129 | 129 | comment="Min Price"/>
|
130 |
| - <column xsi:type="decimal" name="max_price" scale="4" precision="12" unsigned="false" nullable="false" |
| 130 | + <column xsi:type="decimal" name="max_price" scale="6" precision="20" unsigned="false" nullable="false" |
131 | 131 | comment="Max Price"/>
|
132 | 132 | <constraint xsi:type="primary" referenceId="PRIMARY">
|
133 | 133 | <column name="entity_id"/>
|
|
181 | 181 | default="0" comment="Tax Class ID"/>
|
182 | 182 | <column xsi:type="smallint" name="price_type" padding="5" unsigned="true" nullable="false" identity="false"
|
183 | 183 | comment="Price Type"/>
|
184 |
| - <column xsi:type="decimal" name="special_price" scale="4" precision="12" unsigned="false" nullable="true" |
| 184 | + <column xsi:type="decimal" name="special_price" scale="6" precision="20" unsigned="false" nullable="true" |
185 | 185 | comment="Special Price"/>
|
186 |
| - <column xsi:type="decimal" name="tier_percent" scale="4" precision="12" unsigned="false" nullable="true" |
| 186 | + <column xsi:type="decimal" name="tier_percent" scale="6" precision="20" unsigned="false" nullable="true" |
187 | 187 | comment="Tier Percent"/>
|
188 |
| - <column xsi:type="decimal" name="orig_price" scale="4" precision="12" unsigned="false" nullable="true" |
| 188 | + <column xsi:type="decimal" name="orig_price" scale="6" precision="20" unsigned="false" nullable="true" |
189 | 189 | comment="Orig Price"/>
|
190 |
| - <column xsi:type="decimal" name="price" scale="4" precision="12" unsigned="false" nullable="true" |
| 190 | + <column xsi:type="decimal" name="price" scale="6" precision="20" unsigned="false" nullable="true" |
191 | 191 | comment="Price"/>
|
192 |
| - <column xsi:type="decimal" name="min_price" scale="4" precision="12" unsigned="false" nullable="true" |
| 192 | + <column xsi:type="decimal" name="min_price" scale="6" precision="20" unsigned="false" nullable="true" |
193 | 193 | comment="Min Price"/>
|
194 |
| - <column xsi:type="decimal" name="max_price" scale="4" precision="12" unsigned="false" nullable="true" |
| 194 | + <column xsi:type="decimal" name="max_price" scale="6" precision="20" unsigned="false" nullable="true" |
195 | 195 | comment="Max Price"/>
|
196 |
| - <column xsi:type="decimal" name="tier_price" scale="4" precision="12" unsigned="false" nullable="true" |
| 196 | + <column xsi:type="decimal" name="tier_price" scale="6" precision="20" unsigned="false" nullable="true" |
197 | 197 | comment="Tier Price"/>
|
198 |
| - <column xsi:type="decimal" name="base_tier" scale="4" precision="12" unsigned="false" nullable="true" |
| 198 | + <column xsi:type="decimal" name="base_tier" scale="6" precision="20" unsigned="false" nullable="true" |
199 | 199 | comment="Base Tier"/>
|
200 | 200 | <constraint xsi:type="primary" referenceId="PRIMARY">
|
201 | 201 | <column name="entity_id"/>
|
|
215 | 215 | default="0" comment="Tax Class ID"/>
|
216 | 216 | <column xsi:type="smallint" name="price_type" padding="5" unsigned="true" nullable="false" identity="false"
|
217 | 217 | comment="Price Type"/>
|
218 |
| - <column xsi:type="decimal" name="special_price" scale="4" precision="12" unsigned="false" nullable="true" |
| 218 | + <column xsi:type="decimal" name="special_price" scale="6" precision="20" unsigned="false" nullable="true" |
219 | 219 | comment="Special Price"/>
|
220 |
| - <column xsi:type="decimal" name="tier_percent" scale="4" precision="12" unsigned="false" nullable="true" |
| 220 | + <column xsi:type="decimal" name="tier_percent" scale="6" precision="20" unsigned="false" nullable="true" |
221 | 221 | comment="Tier Percent"/>
|
222 |
| - <column xsi:type="decimal" name="orig_price" scale="4" precision="12" unsigned="false" nullable="true" |
| 222 | + <column xsi:type="decimal" name="orig_price" scale="6" precision="20" unsigned="false" nullable="true" |
223 | 223 | comment="Orig Price"/>
|
224 |
| - <column xsi:type="decimal" name="price" scale="4" precision="12" unsigned="false" nullable="true" |
| 224 | + <column xsi:type="decimal" name="price" scale="6" precision="20" unsigned="false" nullable="true" |
225 | 225 | comment="Price"/>
|
226 |
| - <column xsi:type="decimal" name="min_price" scale="4" precision="12" unsigned="false" nullable="true" |
| 226 | + <column xsi:type="decimal" name="min_price" scale="6" precision="20" unsigned="false" nullable="true" |
227 | 227 | comment="Min Price"/>
|
228 |
| - <column xsi:type="decimal" name="max_price" scale="4" precision="12" unsigned="false" nullable="true" |
| 228 | + <column xsi:type="decimal" name="max_price" scale="6" precision="20" unsigned="false" nullable="true" |
229 | 229 | comment="Max Price"/>
|
230 |
| - <column xsi:type="decimal" name="tier_price" scale="4" precision="12" unsigned="false" nullable="true" |
| 230 | + <column xsi:type="decimal" name="tier_price" scale="6" precision="20" unsigned="false" nullable="true" |
231 | 231 | comment="Tier Price"/>
|
232 |
| - <column xsi:type="decimal" name="base_tier" scale="4" precision="12" unsigned="false" nullable="true" |
| 232 | + <column xsi:type="decimal" name="base_tier" scale="6" precision="20" unsigned="false" nullable="true" |
233 | 233 | comment="Base Tier"/>
|
234 | 234 | <constraint xsi:type="primary" referenceId="PRIMARY">
|
235 | 235 | <column name="entity_id"/>
|
|
253 | 253 | default="0" comment="Group Type"/>
|
254 | 254 | <column xsi:type="smallint" name="is_required" padding="5" unsigned="true" nullable="true" identity="false"
|
255 | 255 | default="0" comment="Is Required"/>
|
256 |
| - <column xsi:type="decimal" name="price" scale="4" precision="12" unsigned="false" nullable="true" |
| 256 | + <column xsi:type="decimal" name="price" scale="6" precision="20" unsigned="false" nullable="true" |
257 | 257 | comment="Price"/>
|
258 |
| - <column xsi:type="decimal" name="tier_price" scale="4" precision="12" unsigned="false" nullable="true" |
| 258 | + <column xsi:type="decimal" name="tier_price" scale="6" precision="20" unsigned="false" nullable="true" |
259 | 259 | comment="Tier Price"/>
|
260 | 260 | <constraint xsi:type="primary" referenceId="PRIMARY">
|
261 | 261 | <column name="entity_id"/>
|
|
281 | 281 | default="0" comment="Group Type"/>
|
282 | 282 | <column xsi:type="smallint" name="is_required" padding="5" unsigned="true" nullable="true" identity="false"
|
283 | 283 | default="0" comment="Is Required"/>
|
284 |
| - <column xsi:type="decimal" name="price" scale="4" precision="12" unsigned="false" nullable="true" |
| 284 | + <column xsi:type="decimal" name="price" scale="6" precision="20" unsigned="false" nullable="true" |
285 | 285 | comment="Price"/>
|
286 |
| - <column xsi:type="decimal" name="tier_price" scale="4" precision="12" unsigned="false" nullable="true" |
| 286 | + <column xsi:type="decimal" name="tier_price" scale="6" precision="20" unsigned="false" nullable="true" |
287 | 287 | comment="Tier Price"/>
|
288 | 288 | <constraint xsi:type="primary" referenceId="PRIMARY">
|
289 | 289 | <column name="entity_id"/>
|
|
303 | 303 | comment="Website ID"/>
|
304 | 304 | <column xsi:type="int" name="option_id" padding="10" unsigned="true" nullable="false" identity="false"
|
305 | 305 | default="0" comment="Option Id"/>
|
306 |
| - <column xsi:type="decimal" name="min_price" scale="4" precision="12" unsigned="false" nullable="true" |
| 306 | + <column xsi:type="decimal" name="min_price" scale="6" precision="20" unsigned="false" nullable="true" |
307 | 307 | comment="Min Price"/>
|
308 |
| - <column xsi:type="decimal" name="alt_price" scale="4" precision="12" unsigned="false" nullable="true" |
| 308 | + <column xsi:type="decimal" name="alt_price" scale="6" precision="20" unsigned="false" nullable="true" |
309 | 309 | comment="Alt Price"/>
|
310 |
| - <column xsi:type="decimal" name="max_price" scale="4" precision="12" unsigned="false" nullable="true" |
| 310 | + <column xsi:type="decimal" name="max_price" scale="6" precision="20" unsigned="false" nullable="true" |
311 | 311 | comment="Max Price"/>
|
312 |
| - <column xsi:type="decimal" name="tier_price" scale="4" precision="12" unsigned="false" nullable="true" |
| 312 | + <column xsi:type="decimal" name="tier_price" scale="6" precision="20" unsigned="false" nullable="true" |
313 | 313 | comment="Tier Price"/>
|
314 |
| - <column xsi:type="decimal" name="alt_tier_price" scale="4" precision="12" unsigned="false" nullable="true" |
| 314 | + <column xsi:type="decimal" name="alt_tier_price" scale="6" precision="20" unsigned="false" nullable="true" |
315 | 315 | comment="Alt Tier Price"/>
|
316 | 316 | <constraint xsi:type="primary" referenceId="PRIMARY">
|
317 | 317 | <column name="entity_id"/>
|
|
330 | 330 | comment="Website ID"/>
|
331 | 331 | <column xsi:type="int" name="option_id" padding="10" unsigned="true" nullable="false" identity="false"
|
332 | 332 | default="0" comment="Option Id"/>
|
333 |
| - <column xsi:type="decimal" name="min_price" scale="4" precision="12" unsigned="false" nullable="true" |
| 333 | + <column xsi:type="decimal" name="min_price" scale="6" precision="20" unsigned="false" nullable="true" |
334 | 334 | comment="Min Price"/>
|
335 |
| - <column xsi:type="decimal" name="alt_price" scale="4" precision="12" unsigned="false" nullable="true" |
| 335 | + <column xsi:type="decimal" name="alt_price" scale="6" precision="20" unsigned="false" nullable="true" |
336 | 336 | comment="Alt Price"/>
|
337 |
| - <column xsi:type="decimal" name="max_price" scale="4" precision="12" unsigned="false" nullable="true" |
| 337 | + <column xsi:type="decimal" name="max_price" scale="6" precision="20" unsigned="false" nullable="true" |
338 | 338 | comment="Max Price"/>
|
339 |
| - <column xsi:type="decimal" name="tier_price" scale="4" precision="12" unsigned="false" nullable="true" |
| 339 | + <column xsi:type="decimal" name="tier_price" scale="6" precision="20" unsigned="false" nullable="true" |
340 | 340 | comment="Tier Price"/>
|
341 |
| - <column xsi:type="decimal" name="alt_tier_price" scale="4" precision="12" unsigned="false" nullable="true" |
| 341 | + <column xsi:type="decimal" name="alt_tier_price" scale="6" precision="20" unsigned="false" nullable="true" |
342 | 342 | comment="Alt Tier Price"/>
|
343 | 343 | <constraint xsi:type="primary" referenceId="PRIMARY">
|
344 | 344 | <column name="entity_id"/>
|
|
0 commit comments