From 5eda36d42b24ab8cf31bb3d122985612c2858045 Mon Sep 17 00:00:00 2001 From: Andrey Andreev Date: Thu, 26 Jul 2018 20:47:32 +0300 Subject: More on #5542 --- system/database/DB_forge.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system') diff --git a/system/database/DB_forge.php b/system/database/DB_forge.php index d3057dc1c..152f8f651 100644 --- a/system/database/DB_forge.php +++ b/system/database/DB_forge.php @@ -724,7 +724,7 @@ abstract class CI_DB_forge { 'type' => isset($attributes['TYPE']) ? $attributes['TYPE'] : NULL, 'length' => '', 'unsigned' => '', - 'null' => '', + 'null' => NULL, 'unique' => '', 'default' => '', 'auto_increment' => '', -- cgit v1.2.3-24-g4f1b