Skip to content

Commit 2bcb273

Browse files
authored
MAGETWO-65361: [GitHub][PR] Update Table.php #8695
2 parents da396e5 + 2db7a8c commit 2bcb273

File tree

1 file changed

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

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +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
51-
5251
/**
5352
* Default and maximal TEXT and BLOB columns sizes we can support for different DB systems.
5453
*/

0 commit comments

Comments
 (0)