We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da396e5 + 2db7a8c commit 2bcb273Copy full SHA for 2bcb273
lib/internal/Magento/Framework/DB/Ddl/Table.php
@@ -41,14 +41,13 @@ class Table
41
42
// Capable to support long date-time before 1970
43
const TYPE_TEXT = 'text';
44
-
+
45
+ // A real blob, stored as binary inside DB
46
const TYPE_BLOB = 'blob';
47
48
// Used for back compatibility, when query param can't use statement options
49
const TYPE_VARBINARY = 'varbinary';
50
- // A real blob, stored as binary inside DB
51
52
/**
53
* Default and maximal TEXT and BLOB columns sizes we can support for different DB systems.
54
*/
0 commit comments