table('customers_subscribe') ->addColumn('is_merge', 'integer', ['limit'=> 11, 'comment' => '是否合并数据', 'default' => 0]) ->update(); } }