Skip to content

Commit 172ecf6

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 c9d1bec commit 172ecf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Sales/Setup/InstallSchema.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2007,7 +2007,7 @@ public function install(SchemaSetupInterface $setup, ModuleContextInterface $con
20072007
)->addColumn(
20082008
'last_trans_id',
20092009
\Magento\Framework\DB\Ddl\Table::TYPE_TEXT,
2010-
32,
2010+
255,
20112011
[],
20122012
'Last Trans Id'
20132013
)->addColumn(

0 commit comments

Comments
 (0)