|
9 | 9 | xsi:noNamespaceSchemaLocation="urn:magento:framework:Setup/Declaration/Schema/etc/schema.xsd"> |
10 | 10 | <table name="catalog_product_entity" resource="default" engine="innodb" comment="Catalog Product Table"> |
11 | 11 | <column xsi:type="int" name="entity_id" padding="10" unsigned="true" nullable="false" identity="true" |
12 | | - comment="Entity Id"/> |
| 12 | + comment="Entity ID"/> |
13 | 13 | <column xsi:type="smallint" name="attribute_set_id" padding="5" unsigned="true" nullable="false" |
14 | 14 | identity="false" default="0" comment="Attribute Set ID"/> |
15 | 15 | <column xsi:type="varchar" name="type_id" nullable="false" length="32" default="simple" comment="Type ID"/> |
|
41 | 41 | <column xsi:type="smallint" name="store_id" padding="5" unsigned="true" nullable="false" identity="false" |
42 | 42 | default="0" comment="Store ID"/> |
43 | 43 | <column xsi:type="int" name="entity_id" padding="10" unsigned="true" nullable="false" identity="false" |
44 | | - default="0"/> |
| 44 | + default="0" comment="Entity ID"/> |
45 | 45 | <column xsi:type="datetime" name="value" on_update="false" nullable="true" comment="Value"/> |
46 | 46 | <constraint xsi:type="primary" name="PRIMARY"> |
47 | 47 | <column name="value_id"/> |
|
76 | 76 | <column xsi:type="smallint" name="store_id" padding="5" unsigned="true" nullable="false" identity="false" |
77 | 77 | default="0" comment="Store ID"/> |
78 | 78 | <column xsi:type="int" name="entity_id" padding="10" unsigned="true" nullable="false" identity="false" |
79 | | - default="0"/> |
| 79 | + default="0" comment="Entity ID"/> |
80 | 80 | <column xsi:type="decimal" name="value" scale="4" precision="12" unsigned="false" nullable="true" |
81 | 81 | comment="Value"/> |
82 | 82 | <constraint xsi:type="primary" name="PRIMARY"> |
|
112 | 112 | <column xsi:type="smallint" name="store_id" padding="5" unsigned="true" nullable="false" identity="false" |
113 | 113 | default="0" comment="Store ID"/> |
114 | 114 | <column xsi:type="int" name="entity_id" padding="10" unsigned="true" nullable="false" identity="false" |
115 | | - default="0"/> |
| 115 | + default="0" comment="Entity ID"/> |
116 | 116 | <column xsi:type="int" name="value" padding="11" unsigned="false" nullable="true" identity="false" |
117 | 117 | comment="Value"/> |
118 | 118 | <constraint xsi:type="primary" name="PRIMARY"> |
|
148 | 148 | <column xsi:type="smallint" name="store_id" padding="5" unsigned="true" nullable="false" identity="false" |
149 | 149 | default="0" comment="Store ID"/> |
150 | 150 | <column xsi:type="int" name="entity_id" padding="10" unsigned="true" nullable="false" identity="false" |
151 | | - default="0"/> |
| 151 | + default="0" comment="Entity ID"/> |
152 | 152 | <column xsi:type="text" name="value" nullable="true" comment="Value"/> |
153 | 153 | <constraint xsi:type="primary" name="PRIMARY"> |
154 | 154 | <column name="value_id"/> |
|
183 | 183 | <column xsi:type="smallint" name="store_id" padding="5" unsigned="true" nullable="false" identity="false" |
184 | 184 | default="0" comment="Store ID"/> |
185 | 185 | <column xsi:type="int" name="entity_id" padding="10" unsigned="true" nullable="false" identity="false" |
186 | | - default="0"/> |
| 186 | + default="0" comment="Entity ID"/> |
187 | 187 | <column xsi:type="varchar" name="value" nullable="true" length="255" comment="Value"/> |
188 | 188 | <constraint xsi:type="primary" name="PRIMARY"> |
189 | 189 | <column name="value_id"/> |
|
218 | 218 | <column xsi:type="smallint" name="store_id" padding="5" unsigned="true" nullable="false" identity="false" |
219 | 219 | default="0" comment="Store ID"/> |
220 | 220 | <column xsi:type="int" name="entity_id" padding="10" unsigned="true" nullable="false" identity="false" |
221 | | - default="0"/> |
| 221 | + default="0" comment="Entity ID"/> |
222 | 222 | <column xsi:type="int" name="position" padding="11" unsigned="false" nullable="false" identity="false" |
223 | 223 | default="0" comment="Position"/> |
224 | 224 | <column xsi:type="varchar" name="value" nullable="true" length="255" comment="Value"/> |
|
251 | 251 | </table> |
252 | 252 | <table name="catalog_category_entity" resource="default" engine="innodb" comment="Catalog Category Table"> |
253 | 253 | <column xsi:type="int" name="entity_id" padding="10" unsigned="true" nullable="false" identity="true" |
254 | | - comment="Entity Id"/> |
| 254 | + comment="Entity ID"/> |
255 | 255 | <column xsi:type="smallint" name="attribute_set_id" padding="5" unsigned="true" nullable="false" |
256 | 256 | identity="false" default="0" comment="Attribute Set ID"/> |
257 | 257 | <column xsi:type="int" name="parent_id" padding="10" unsigned="true" nullable="false" identity="false" |
|
286 | 286 | <column xsi:type="smallint" name="store_id" padding="5" unsigned="true" nullable="false" identity="false" |
287 | 287 | default="0" comment="Store ID"/> |
288 | 288 | <column xsi:type="int" name="entity_id" padding="10" unsigned="true" nullable="false" identity="false" |
289 | | - default="0"/> |
| 289 | + default="0" comment="Entity ID"/> |
290 | 290 | <column xsi:type="datetime" name="value" on_update="false" nullable="true" comment="Value"/> |
291 | 291 | <constraint xsi:type="primary" name="PRIMARY"> |
292 | 292 | <column name="value_id"/> |
|
324 | 324 | <column xsi:type="smallint" name="store_id" padding="5" unsigned="true" nullable="false" identity="false" |
325 | 325 | default="0" comment="Store ID"/> |
326 | 326 | <column xsi:type="int" name="entity_id" padding="10" unsigned="true" nullable="false" identity="false" |
327 | | - default="0"/> |
| 327 | + default="0" comment="Entity ID"/> |
328 | 328 | <column xsi:type="decimal" name="value" scale="4" precision="12" unsigned="false" nullable="true" |
329 | 329 | comment="Value"/> |
330 | 330 | <constraint xsi:type="primary" name="PRIMARY"> |
|
363 | 363 | <column xsi:type="smallint" name="store_id" padding="5" unsigned="true" nullable="false" identity="false" |
364 | 364 | default="0" comment="Store ID"/> |
365 | 365 | <column xsi:type="int" name="entity_id" padding="10" unsigned="true" nullable="false" identity="false" |
366 | | - default="0"/> |
| 366 | + default="0" comment="Entity ID"/> |
367 | 367 | <column xsi:type="int" name="value" padding="11" unsigned="false" nullable="true" identity="false" |
368 | 368 | comment="Value"/> |
369 | 369 | <constraint xsi:type="primary" name="PRIMARY"> |
|
402 | 402 | <column xsi:type="smallint" name="store_id" padding="5" unsigned="true" nullable="false" identity="false" |
403 | 403 | default="0" comment="Store ID"/> |
404 | 404 | <column xsi:type="int" name="entity_id" padding="10" unsigned="true" nullable="false" identity="false" |
405 | | - default="0"/> |
| 405 | + default="0" comment="Entity ID"/> |
406 | 406 | <column xsi:type="text" name="value" nullable="true" comment="Value"/> |
407 | 407 | <constraint xsi:type="primary" name="PRIMARY"> |
408 | 408 | <column name="value_id"/> |
|
440 | 440 | <column xsi:type="smallint" name="store_id" padding="5" unsigned="true" nullable="false" identity="false" |
441 | 441 | default="0" comment="Store ID"/> |
442 | 442 | <column xsi:type="int" name="entity_id" padding="10" unsigned="true" nullable="false" identity="false" |
443 | | - default="0"/> |
| 443 | + default="0" comment="Entity ID"/> |
444 | 444 | <column xsi:type="varchar" name="value" nullable="true" length="255" comment="Value"/> |
445 | 445 | <constraint xsi:type="primary" name="PRIMARY"> |
446 | 446 | <column name="value_id"/> |
|
738 | 738 | <column xsi:type="int" name="value_id" padding="11" unsigned="false" nullable="false" identity="true" |
739 | 739 | comment="Value ID"/> |
740 | 740 | <column xsi:type="int" name="entity_id" padding="10" unsigned="true" nullable="false" identity="false" |
741 | | - default="0"/> |
| 741 | + default="0" comment="Entity ID"/> |
742 | 742 | <column xsi:type="smallint" name="all_groups" padding="5" unsigned="true" nullable="false" identity="false" |
743 | 743 | default="1" comment="Is Applicable To All Customer Groups"/> |
744 | 744 | <column xsi:type="int" name="customer_group_id" padding="10" unsigned="true" nullable="false" identity="false" |
|
805 | 805 | <column xsi:type="smallint" name="store_id" padding="5" unsigned="true" nullable="false" identity="false" |
806 | 806 | default="0" comment="Store ID"/> |
807 | 807 | <column xsi:type="int" name="entity_id" padding="10" unsigned="true" nullable="false" identity="false" |
808 | | - default="0"/> |
| 808 | + default="0" comment="Entity ID"/> |
809 | 809 | <column xsi:type="varchar" name="label" nullable="true" length="255" comment="Label"/> |
810 | 810 | <column xsi:type="int" name="position" padding="10" unsigned="true" nullable="true" identity="false" |
811 | 811 | comment="Position"/> |
|
1651 | 1651 | comment="Link Media value to Product entity table"> |
1652 | 1652 | <column xsi:type="int" name="value_id" padding="10" unsigned="true" nullable="false" identity="false" |
1653 | 1653 | comment="Value media Entry ID"/> |
1654 | | - <column xsi:type="int" name="entity_id" padding="10" unsigned="true" nullable="false" identity="false"/> |
| 1654 | + <column xsi:type="int" name="entity_id" padding="10" unsigned="true" nullable="false" identity="false" |
| 1655 | + comment="Product Entity ID"/> |
1655 | 1656 | <constraint xsi:type="foreign" name="FK_A6C6C8FAA386736921D3A7C4B50B1185" |
1656 | 1657 | table="catalog_product_entity_media_gallery_value_to_entity" column="value_id" |
1657 | 1658 | referenceTable="catalog_product_entity_media_gallery" referenceColumn="value_id" |
|
0 commit comments