=== modified file 'ca/ca.install'
--- ca/ca.install	2009-04-07 17:30:38 +0000
+++ ca/ca.install	2009-06-10 18:44:49 +0000
@@ -60,10 +60,12 @@
       'conditions' => array(
         'type' => 'text',
         'size' => 'big',
+        'serialize' => TRUE,
       ),
       'actions' => array(
         'type' => 'text',
         'size' => 'big',
+        'serialize' => TRUE,
       ),
       'created' => array(
         'type' => 'int',

=== modified file 'payment/uc_payment/uc_payment.install'
--- payment/uc_payment/uc_payment.install	2008-11-26 21:39:30 +0000
+++ payment/uc_payment/uc_payment.install	2009-06-10 18:44:49 +0000
@@ -43,6 +43,7 @@
       ),
       'data' => array(
         'type' => 'text',
+        'serialize' => TRUE,
       ),
       'comment' => array(
         'type' => 'text',

=== modified file 'uc_cart/uc_cart.install'
--- uc_cart/uc_cart.install	2009-05-22 20:09:46 +0000
+++ uc_cart/uc_cart.install	2009-06-10 18:44:49 +0000
@@ -40,6 +40,7 @@
       ),
       'data' => array(
         'type' => 'text',
+        'serialize' => TRUE,
       ),
     ),
     'indexes' => array(

=== modified file 'uc_file/uc_file.install'
--- uc_file/uc_file.install	2009-03-27 12:58:16 +0000
+++ uc_file/uc_file.install	2009-06-10 18:44:49 +0000
@@ -144,6 +144,7 @@
       ),
       'addresses' => array(
         'type' => 'text',
+        'serialize' => TRUE,
         'not null' => FALSE,
       ),
       'download_limit' => array(

=== modified file 'uc_order/uc_order.install'
--- uc_order/uc_order.install	2009-04-29 17:53:47 +0000
+++ uc_order/uc_order.install	2009-06-10 18:44:49 +0000
@@ -204,6 +204,7 @@
       'data' => array(
         'description' => t('Serialized array of extra data.'),
         'type' => 'text',
+        'serialize' => TRUE,
       ),
       'created' => array(
         'description' => t('Timestamp of when the order was created.'),
@@ -373,6 +374,7 @@
       'data' => array(
         'description' => t('Serialized array of extra data.'),
         'type' => 'text',
+        'serialize' => TRUE,
       ),
     ),
     'indexes' => array(
@@ -498,6 +500,7 @@
       'data' => array(
         'description' => t('Serialized array of extra data.'),
         'type' => 'text',
+        'serialize' => TRUE,
       ),
     ),
     'indexes' => array(

=== modified file 'uc_taxes/uc_taxes.install'
--- uc_taxes/uc_taxes.install	2009-02-19 20:44:23 +0000
+++ uc_taxes/uc_taxes.install	2009-06-10 18:44:49 +0000
@@ -37,10 +37,12 @@
       'taxed_product_types' => array(
         'description' => t('Serialized array of node types to be taxed.'),
         'type' => 'text',
+        'serialize' => TRUE,
       ),
       'taxed_line_items' => array(
         'description' => t('Serialized array of line item types to be taxed.'),
         'type' => 'text',
+        'serialize' => TRUE,
       ),
       'weight' => array(
         'type' => 'int',

