Skip to content

Commit 111f57d

Browse files
committed
Avoid formatting
1 parent 43390e8 commit 111f57d

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

SalesOrdersDataExporter/etc/db_schema.xml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,23 @@
77
-->
88
<schema xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
99
xsi:noNamespaceSchemaLocation="urn:magento:framework:Setup/Declaration/Schema/etc/schema.xsd">
10-
<table name="sales_data_exporter_orders_v2" resource="default" engine="innodb"
11-
comment="Sales Orders Feed Storage">
10+
<table name="sales_data_exporter_orders_v2" resource="default" engine="innodb" comment="Sales Orders Feed Storage">
1211
<column xsi:type="int"
1312
name="id"
1413
padding="10"
1514
unsigned="true"
1615
nullable="false"
17-
comment="ID" />
16+
comment="ID"/>
1817
<column xsi:type="mediumtext"
1918
name="feed_data"
2019
nullable="false"
21-
comment="Feed Data" />
20+
comment="Feed Data"/>
2221
<column xsi:type="timestamp"
2322
name="modified_at"
2423
on_update="true"
2524
nullable="false"
2625
default="CURRENT_TIMESTAMP"
27-
comment="Modified At" />
26+
comment="Modified At"/>
2827
<column
2928
xsi:type="tinyint"
3029
name="is_deleted"
@@ -33,18 +32,18 @@
3332
comment="Order Deleted"
3433
/>
3534
<constraint xsi:type="primary" referenceId="PRIMARY">
36-
<column name="id" />
35+
<column name="id"/>
3736
</constraint>
3837
<index referenceId="sales_data_exporter_orders_modified_at" indexType="btree">
39-
<column name="modified_at" />
38+
<column name="modified_at"/>
4039
</index>
4140
</table>
4241
<table name="sales_data_export_on_demmand_orders" resource="default" engine="innodb"
4342
comment="Sales Orders On Demmand Export Feed Storage">
4443
<column xsi:type="int"
4544
name="id"
4645
padding="10"
47-
unsigned="true"
46+
unsigned="true"––
4847
nullable="false"
4948
comment="ID" />
5049
<column xsi:type="mediumtext"

0 commit comments

Comments
 (0)