StackOverflow 文件 yii2 教程 資料庫遷移 新增列 新增列 Created: November-22, 2018 public function up() { $this->addColumn('post', 'position', $this->integer()); } 建立遷移資料庫遷移