Schema::create('vilays',function(Blueprint$table){$table->increments('id');$table->string('name',36)->change();$table->tinyInteger('user_id')->unsigned();$table->timestamp('utime');$table->timestamps();});执行phpartisanmigrate提示nothingtomigrate
2 回答
慕村225694
TA贡献1880条经验 获得超4个赞
phpartisanmigrate:rollback,然后修改文件***_create_vilays_table.php,再phpartisanmigrate
添加回答
举报
0/150
提交
取消