table('commissions_detail') ->addColumn('buyer_user_id', 'integer', ['limit' => 11, 'default' => 0, 'comment' => '购买人']) ->save(); } }