Exception 在Laravel 5中编译的php artisan clear上的PDO异常

Exception 在Laravel 5中编译的php artisan clear上的PDO异常,exception,pdo,composer-php,laravel-5.1,forge,Exception,Pdo,Composer Php,Laravel 5.1,Forge,我正面临一个与forge有关的奇怪问题。我有一个托管在DO服务器上的laravel5应用程序,我也使用Forge。当我在推送新提交后尝试部署脚本时,我不断得到: > php artisan clear-compiled [Illuminate\Database\QueryException] SQLSTATE[42S02]: Base table or view not found: 1146 Table 'troisdemis_com.permissions' doesn't exi

我正面临一个与forge有关的奇怪问题。我有一个托管在DO服务器上的laravel5应用程序,我也使用Forge。当我在推送新提交后尝试部署脚本时,我不断得到:

> php artisan clear-compiled

[Illuminate\Database\QueryException] SQLSTATE[42S02]: Base table or view not found: 
1146 Table 'troisdemis_com.permissions' doesn't exist (SQL: select * from `permissions`)  
我重新启动了服务器,卸载了repo,删除了数据库(ssh),再次重新安装了repo,无论何时运行composer安装,我都会保留相同的错误。
你们知道是什么导致了这个问题吗

据我所知,clear compiled应该只处理php文件(和临时文件,比如存储目录中的文件)。也许按此顺序检查可能会有所帮助:数据库-->迁移(如果您使用它)-->模型。我想知道在清理过程中是否触发了任何东西。愚蠢的问题,但您的数据库中有权限表吗?