Sfoglia il codice sorgente

add balance promotion shop promotion

abiao 4 anni fa
parent
commit
906e82491d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      db/migrate/20210325114688_create_recharge_promotions.rb

+ 1 - 1
db/migrate/20210325114688_create_recharge_promotions.rb

@@ -64,7 +64,7 @@ class CreateRechargePromotions < ActiveRecord::Migration
       # 状态
       t.column :status, :boolean, :default=>1
       # 订单号
-      t.column :order_id, :string, :limit => 255
+      t.column :order_id, :string, :limit => 64
       #来源
       t.column :source, :string, :limit => 255
       #备注