Skip to content

Commit f264dfc

Browse files
Update Table.php
The comment was at the wrong line.
1 parent 245ed10 commit f264dfc

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)