--- webform.install.PK_NotNull	2008-11-02 23:28:33.000000000 -0500
+++ webform.install	2008-11-02 23:29:23.000000000 -0500
@@ -240,7 +240,7 @@ function webform_schema() {
         'description' => t('The unique identifier for this submission.'),
         'type' => 'int',
         'unsigned' => TRUE,
-        'not null',
+        'not null' => TRUE,
         'default' => 0,
       ),
       'cid' => array(
