📜  创建表 laravel - PHP 代码示例

📅  最后修改于: 2022-03-11 14:53:55.625000             🧑  作者: Mango

代码示例6
php artisan make:migration create_employeeDetails_table --create=Employee
//goto create_employeeDetails_table file and add fields in table
php artisan migrate