Skip to content

Commit 3f9784e

Browse files
committed
18615 updates structure for last_trans_id to be varchar 255 which is inline with klarna_core_order order_id and amazon_sales_order amazon_order_reference_id. Limit was 32 characters where as a klarna_order reference is 36 characters at present
1 parent 8a7f23e commit 3f9784e

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)