Skip to content

Commit e1c7460

Browse files
committed
MAGETWO-65361: [GitHub][PR] Update Table.php #8695
- Merge Pull Request #8695 from philipdangpro/magento2:patch-1
2 parents a005167 + f264dfc commit e1c7460

File tree

1 file changed

+2
-2
lines changed
  • lib/internal/Magento/Framework/DB/Ddl

1 file changed

+2
-2
lines changed

lib/internal/Magento/Framework/DB/Ddl/Table.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ class Table
4141

4242
// Capable to support long date-time before 1970
4343
const TYPE_TEXT = 'text';
44-
44+
45+
// A real blob, stored as binary inside DB
4546
const TYPE_BLOB = 'blob';
4647

4748
// Used for back compatibility, when query param can't use statement options
4849
const TYPE_VARBINARY = 'varbinary';
4950

50-
// A real blob, stored as binary inside DB
5151

5252
/**
5353
* Default and maximal TEXT and BLOB columns sizes we can support for different DB systems.

0 commit comments

Comments
 (0)