That isn't suggesting any issue with Eloquent imo. It looks like you haven't migrated the DB in forge/envoyer. I haven't used either service so I'm not sure if it is meant to do that for you automatically. Go on to the server command line in your project and use
php artisan migrate
If you want to seed your database (if you have defined seeders)
php artisan migrate --seed
Hope that helps