Skip to content

Commit cf347ca

Browse files
committed
Merge pull request #11 from anhtuank7c/patch-2
Update 20160324054602_Initial.php
2 parents 727b7a0 + fba6ee8 commit cf347ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/Migrations/20160324054602_Initial.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public function up()
9090
->addColumn('modified', 'datetime', [
9191
'default' => null,
9292
'limit' => null,
93-
'null' => false,
93+
'null' => true,
9494
])
9595
->create();
9696
}

0 commit comments

Comments
 (0)