Notice: Undefined variable: className in /var/www/html/views/migration.php on line 13
extends Migration { protected $currentDb = 'db'; public function safeUp() { $sql = " "; foreach (array_filter(array_map('trim', explode(';', $sql))) as $row) { $this->db->createCommand($row)->execute(); } return true; } public function safeDown() { echo "
Notice: Undefined variable: className in /var/www/html/views/migration.php on line 31
cannot be reverted.\n"; return false; } }