Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
admpub committed Oct 29, 2017
1 parent ee1ca42 commit 5b63456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/install.sql
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,6 @@ CREATE TABLE `db_account` (
`created` int(10) unsigned NOT NULL COMMENT '创建时间',
`updated` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '修改时间',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='数据库账号';
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='数据库账号';

-- 2017-10-29 12:19:00

0 comments on commit 5b63456

Please sign in to comment.