StackOverflow 文档 yii2 教程 数据库迁移 创建表 创建表 Created: November-22, 2018 public function up() { $this->createTable('post', [ 'id' => $this->primaryKey() ]); } 删除重命名列立即创建表格字段