We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce9a8d0 commit 3efb12eCopy full SHA for 3efb12e
src/migrations/m141230_075228_create_file.php
@@ -21,8 +21,8 @@ public function safeUp()
21
'size' => Schema::TYPE_INTEGER . " NOT NULL DEFAULT 0",
22
'extension' => "char(10) NOT NULL DEFAULT ''",
23
'mime' => Schema::TYPE_STRING . "(100) NOT NULL DEFAULT ''",
24
- 'date_create' => Schema::TYPE_TIMESTAMP . " DEFAULT NULL",
25
- 'date_update' => Schema::TYPE_TIMESTAMP . " DEFAULT NULL",
+ 'date_create' => Schema::TYPE_TIMESTAMP . " NULL DEFAULT NULL",
+ 'date_update' => Schema::TYPE_TIMESTAMP . " NULL DEFAULT NULL",
26
'ip' => Schema::TYPE_BIGINT . "(20) NOT NULL DEFAULT 0",
27
'tmp' => "tinyint(1) NOT NULL DEFAULT 0",
28
'position' => Schema::TYPE_INTEGER . " NOT NULL DEFAULT 0",
0 commit comments