StackOverflow 文件 yii2 教程 資料庫遷移 建立表 建立表 Created: November-22, 2018 public function up() { $this->createTable('post', [ 'id' => $this->primaryKey() ]); } 刪除重新命名列立即建立表格欄位