diff --git a/classes/db.php b/classes/db.php index 954ce24..e9ff7ee 100644 --- a/classes/db.php +++ b/classes/db.php @@ -1152,11 +1152,11 @@ public function check_integrity() { ), "accepted_at" => array( "type" => "timestamp", - "default" => "DEFAULT NULL" + "default" => "NULL DEFAULT NULL" ), "confirmation_code" => array( "type" => "varchar(64)", - "default" => "DEFAULT NULL" + "default" => "NULL DEFAULT NULL" ) ), "primary" => "email",