MYSQL - Warning: #1681 Integer display width is deprecatedmysql8.0不支持,这里就不要使用Int了,换成`id` bigint NOT NULL AUTO_INCREMENT,