addColumn('{{%user_info}}', 'geography', $this->text()); } public function down() { $this->dropColumn('{{%user_info}}', 'geography'); } }