summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2018-07-26 19:47:32 +0200
committerAndrey Andreev <narf@devilix.net>2018-07-26 19:47:32 +0200
commit5eda36d42b24ab8cf31bb3d122985612c2858045 (patch)
tree6a00a559d9b70c32c5237a1103164f4760a8dec3
parente83ae5b13504a00b3e8f543f4e232dff4c90a9aa (diff)
More on #5542
-rw-r--r--system/database/DB_forge.php2
1 files changed, 1 insertions, 1 deletions
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' => '',