Updated model column length to 80 characters

pull/2941/head
Matt Carothers 2018-02-14 15:33:19 -05:00
parent e651052634
commit f5c5afa5ac
1 changed files with 1 additions and 1 deletions

View File

@ -380,7 +380,7 @@ CREATE TABLE IF NOT EXISTS `logs` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`title` text CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL,
`created` datetime NOT NULL,
`model` varchar(20) COLLATE utf8_bin NOT NULL,
`model` varchar(80) COLLATE utf8_bin NOT NULL,
`model_id` int(11) NOT NULL,
`action` varchar(20) COLLATE utf8_bin NOT NULL,
`user_id` int(11) NOT NULL,