Migrations数据迁移创建数据表
1 | uiste:blog uiste$ php artisan make:migration create_links_table |
数据填充
1 | uiste:blog uiste$ php artisan make:seeder LinksTableSeeder |
1 | uiste:blog uiste$ php artisan make:migration create_links_table |
1 | uiste:blog uiste$ php artisan make:seeder LinksTableSeeder |