Skip to content

Commit 31eb012

Browse files
ENGCOM-3452: 18615 updates structure for last_trans_id to match structures for amazon and klarna. #18620
- Merge Pull Request #18620 from iancassidyweb/magento2:2.3-develop - Merged commits: 1. 3f9784e
2 parents 5f976fa + 3f9784e commit 31eb012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Sales/etc/db_schema.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@
663663
<column xsi:type="varchar" name="cc_ss_start_month" nullable="true" length="128" comment="Cc Ss Start Month"/>
664664
<column xsi:type="varchar" name="echeck_account_type" nullable="true" length="255"
665665
comment="Echeck Account Type"/>
666-
<column xsi:type="varchar" name="last_trans_id" nullable="true" length="32" comment="Last Trans Id"/>
666+
<column xsi:type="varchar" name="last_trans_id" nullable="true" length="255" comment="Last Trans Id"/>
667667
<column xsi:type="varchar" name="cc_cid_status" nullable="true" length="32" comment="Cc Cid Status"/>
668668
<column xsi:type="varchar" name="cc_owner" nullable="true" length="128" comment="Cc Owner"/>
669669
<column xsi:type="varchar" name="cc_type" nullable="true" length="32" comment="Cc Type"/>

0 commit comments

Comments
 (0)