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 回答
德玛西亚99
TA贡献1770条经验 获得超3个赞
phpartisanmigrate:rollback,然后修改文件***_create_vilays_table.php,再phpartisanmigrate
添加回答
举报
0/150
提交
取消