예제 #1
0
파일: View.php 프로젝트: ttmdear/midata
 public function drop(MidataView $view)
 {
     $name = $view->name();
     return "DROP VIEW IF EXISTS `{$name}`;";
 }