addColumn('language', 'short', $this->string()); } /** * {@inheritdoc} */ public function safeDown() { $this->dropColumn('language', 'short'); } /* // Use up()/down() to run migration code without a transaction. public function up() { } public function down() { echo "m180830_091730_alter_table_language cannot be reverted.\n"; return false; } */ }