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 a005167 + f264dfc commit e1c7460Copy full SHA for e1c7460
lib/internal/Magento/Framework/DB/Ddl/Table.php
@@ -41,13 +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.
0 commit comments