StackOverflow 文档 yii2 教程 数据库迁移 添加列 添加列 Created: November-22, 2018 public function up() { $this->addColumn('post', 'position', $this->integer()); } 创建迁移数据库迁移