# Heroku CLI * heroku run -a web-site-react php artisan migrate:refresh --seed * 可將==web-site-react==專案連接的PostgreSQL使用migration以seed重新建立資料 * ==-a web-site-react==用於指定特定app * heroku apps * 查詢現有apps * heroku apps:info -a web-site-react * 查詢特定app資訊 * heroku pg -a web-site-react * 查看特定app pgsql現在狀況 * ![](https://i.imgur.com/ugV7Xmq.png)