如果你想把表格扔掉,可以使用Schema的dropIfExists方法,然后它只有一个参数,就是表的名字.
Schema::dropIfExists('contacts');
Last updated 5 years ago