Skip to content

Commit

Permalink
18615 updates structure for last_trans_id to be varchar 255 which is …
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
iancassidyweb committed Oct 15, 2018
1 parent 8a7f23e commit 3f9784e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/Sales/etc/db_schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@
<column xsi:type="varchar" name="cc_ss_start_month" nullable="true" length="128" comment="Cc Ss Start Month"/>
<column xsi:type="varchar" name="echeck_account_type" nullable="true" length="255"
comment="Echeck Account Type"/>
<column xsi:type="varchar" name="last_trans_id" nullable="true" length="32" comment="Last Trans Id"/>
<column xsi:type="varchar" name="last_trans_id" nullable="true" length="255" comment="Last Trans Id"/>
<column xsi:type="varchar" name="cc_cid_status" nullable="true" length="32" comment="Cc Cid Status"/>
<column xsi:type="varchar" name="cc_owner" nullable="true" length="128" comment="Cc Owner"/>
<column xsi:type="varchar" name="cc_type" nullable="true" length="32" comment="Cc Type"/>
Expand Down

0 comments on commit 3f9784e

Please sign in to comment.