summaryrefslogtreecommitdiff
path: root/modules/field
diff options
context:
space:
mode:
Diffstat (limited to 'modules/field')
-rw-r--r--modules/field/field.install8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/field/field.install b/modules/field/field.install
index 3d23d2b6a..8a0c5ba4e 100644
--- a/modules/field/field.install
+++ b/modules/field/field.install
@@ -72,8 +72,8 @@ function field_schema() {
'description' => '@TODO',
),
'data' => array(
- 'type' => 'text',
- 'size' => 'medium',
+ 'type' => 'blob',
+ 'size' => 'big',
'not null' => TRUE,
'serialize' => TRUE,
'description' => 'Serialized data containing the field properties that do not warrant a dedicated column.',
@@ -143,8 +143,8 @@ function field_schema() {
'default' => ''
),
'data' => array(
- 'type' => 'text',
- 'size' => 'medium',
+ 'type' => 'blob',
+ 'size' => 'big',
'not null' => TRUE,
'serialize' => TRUE,
),