hasTable('cms_articles')) { $table = $this->table('cms_articles'); $table->addColumn('weight', 'integer', [ 'default' => 1, 'comment' => '文章权重', 'after' => 'status' ])->update(); $table->addColumn('cover', 'string', [ 'limit' => 255, 'default' => '', 'comment' => '封面地址', 'after' => 'category_id' ])->update(); } } }