【发布时间】:2020-03-14 04:45:36
【问题描述】:
我正在尝试将“名称”更改为“用户名”而不删除现有记录。
我尝试了所有这些,但它只是清除了表中的数据。
php artisan *
migrate:fresh Drop all tables and re-run all migrations
migrate:install Create the migration repository
migrate:refresh Reset and re-run all migrations
migrate:reset Rollback all database migrations
migrate:rollback Rollback the last database migration
migrate:status Show the status of each migration
【问题讨论】:
标签: php mysql sql laravel migration