|
|
@@ -17,6 +17,8 @@ class CreateOrderRefunds < ActiveRecord::Migration
|
|
|
t.column :refund_time, :integer, :limit => 11, :default => 0
|
|
|
# 到账状态
|
|
|
t.column :status, :integer, :limit => 11, :default => 0
|
|
|
+ # 备注
|
|
|
+ t.column :remark, :string,:limit => 128
|
|
|
t.timestamps
|
|
|
end
|
|
|
add_index :OrderRefunds, :order_id
|