Index: branches/5.2.x/core/units/forms/drafts/drafts_config.php =================================================================== diff -u -N -r13840 -r14092 --- branches/5.2.x/core/units/forms/drafts/drafts_config.php (.../drafts_config.php) (revision 13840) +++ branches/5.2.x/core/units/forms/drafts/drafts_config.php (.../drafts_config.php) (revision 14092) @@ -1,6 +1,6 @@ Array ('type' => 'int', 'not_null' => 1, 'default' => 0), 'FormSubmissionId' => Array ('type' => 'int', 'not_null' => 1, 'default' => 0), 'CreatedOn' => Array ('type' => 'int', 'formatter' => 'kDateFormatter', 'default' => '#NOW#'), - 'CreatedById' => Array ('type' => 'int', 'not_null' => 1, 'default' => 0), + 'CreatedById' => Array ('type' => 'int', 'default' => NULL), 'Message' => Array ('type' => 'string', 'default' => NULL), ), ); \ No newline at end of file