소스 검색

add balance promotion shop promotion

abiao 4 년 전
부모
커밋
906e82491d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
       #备注