Example #1
0
 /**
  * self functions
  */
 static function dropTable()
 {
     return parent::dropTableByName('block');
 }
Example #2
0
 /**
  * self functions
  */
 static function dropTable()
 {
     return parent::dropTableByName('queue');
 }
 /**
  * self functions
  */
 static function dropTable()
 {
     return parent::dropTableByName('institution');
 }
Example #4
0
 /**
  * self functions
  */
 static function dropTable()
 {
     return parent::dropTableByName('user');
 }
Example #5
0
 /**
  * self functions
  */
 static function dropTable()
 {
     return parent::dropTableByName('carousel');
 }
Example #6
0
 /**
  * self functions
  */
 static function dropTable()
 {
     return parent::dropTableByName('client');
 }
 /**
  * self functions
  */
 static function dropTable()
 {
     return parent::dropTableByName('wechat_account_user');
 }
 /**
  * self functions
  */
 static function dropTable()
 {
     return parent::dropTableByName('wechat_article');
 }
Example #9
0
 /**
  * self functions
  */
 static function dropTable()
 {
     return parent::dropTableByName('menu_item');
 }
Example #10
0
 /**
  * self functions
  */
 static function dropTable()
 {
     return parent::dropTableByName('application');
 }
Example #11
0
 /**
  * self functions
  */
 static function dropTable()
 {
     return parent::dropTableByName('testimonial');
 }
 /**
  * self functions
  */
 static function dropTable()
 {
     return parent::dropTableByName('user_1_category');
 }
 /**
  * self functions
  */
 static function dropTable()
 {
     return parent::dropTableByName('user_1_account');
 }
 /**
  * self functions
  */
 static function dropTable()
 {
     return parent::dropTableByName('site_permission');
 }
Example #15
0
 /**
  * self functions
  */
 static function dropTable()
 {
     return parent::dropTableByName('site_role');
 }
Example #16
0
 /**
  * self functions
  */
 static function dropTable()
 {
     return parent::dropTableByName('course');
 }
Example #17
0
 /**
  * self functions
  */
 static function dropTable()
 {
     return parent::dropTableByName('project');
 }