建立迁移文件
php artisan make:migration create_users_table
执行迁移文件
php artisan migrate
参考:https://docs.golaravel.com/docs/5.0/migrations/
https://9iphp.com/web/laravel/laravel-5-migrations.html
建立迁移文件
php artisan make:migration create_users_table
执行迁移文件
php artisan migrate
参考:https://docs.golaravel.com/docs/5.0/migrations/
https://9iphp.com/web/laravel/laravel-5-migrations.html
原文:https://www.cnblogs.com/cxscode/p/8371789.html