Skip to content

Commit

Permalink
fix created_at type
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzaloebiz committed Jun 14, 2016
1 parent 47952f2 commit 51a201a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
`errors` TEXT,
`regtype` CHAR(3) DEFAULT '',
`original_id` INT(10) DEFAULT 0,
`created_at` DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP,
`created_at` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
Expand Down

0 comments on commit 51a201a

Please sign in to comment.