gpt4 book ai didi

php - Laravel:在迁移过程中重命名表字段而不删除数据

转载 作者:行者123 更新时间:2023-11-29 06:26:59 24 4
gpt4 key购买 nike

我正在尝试将“名称”更改为“用户名”而不删除现有记录。

我尝试了所有这些,但它只是删除了表中的数据。

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

最佳答案

第 1 步 - php artisan make:migration rename_table
步骤 2 - Schema::rename('old_table_name', 'new_table_name');
第 3 步 - php artisan 迁移

关于php - Laravel:在迁移过程中重命名表字段而不删除数据,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58920927/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com