addColumn('qimall_goods_specs', 'store_id', $this->integer()->notNull()->defaultValue(0)->comment('Store ID')); } /** * {@inheritdoc} */ public function safeDown() { // 移除store_id字段 // $this->dropColumn('qimall_goods_specs', 'store_id'); } }