예제 #1
0
파일: Users.php 프로젝트: KOVV/datavolley
 public function down()
 {
     Schema::drop('users');
 }