hasTable('cms_articles')) { $table = $this->table('cms_articles'); $table->renameColumn('comments', 'comment_num') ->update(); } } }