--- feedapi_node/feedapi_node.install.ORIG	2008-09-28 12:57:24.000000000 +1000
+++ feedapi_node/feedapi_node.install	2008-09-28 12:57:32.000000000 +1000
@@ -17,7 +17,6 @@
       'url' => array(
         'type' => 'text',
         'not null' => TRUE,
-        'default' => '',
         'description' => t('Link to the feed item.'),
       ),
       'timestamp' => array(
@@ -35,7 +34,6 @@
       'guid' => array(
         'type' => 'text',
         'not null' => TRUE,
-        'default' => '',
         'description' => t('Unique identifier for the feed item.'),
       ),
     ),
