createTable('{{%common_settings}}', [ 'id' => $this->primaryKey(), 'show_technical_info_on_error' => $this->boolean()->defaultValue(false), ]); } public function safeDown() { $this->dropTable('{{%common_settings}}'); } }