columnExists('qimall_addons_agent_level', 'goods_list'); if ($res) { $sql=<<execute($sql); } catch (\Exception $e) { echo $e->getMessage(); } } protected function columnExists($tableName, $columnName) { $tableSchema = Yii::$app->db->getTableSchema($tableName, true); return $tableSchema && in_array($columnName, $tableSchema->columnNames); } /** * {@inheritdoc} */ public function safeDown() { echo "M250916155432ModifyAgentLevel cannot be reverted.\n"; return false; } }