今天在使用php artisan db:seed進行填充1000條數據時,出現以下錯誤Failed to read auto-increment value from storage enginephp
緣由: 自增字段設置外tinyint 長度爲3rem
解決方法:自增字段修改成int方法