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
laravel 修改了數據庫遷移文件,怎么操作才能提交到數據庫
海綿寶寶撒
2019-04-23 15:12:49