|
|
@@ -29,6 +29,10 @@ class CreateLiveAwards < ActiveRecord::Migration
|
|
|
t.column :cent, :integer, :limit => 11, :default => 0
|
|
|
#收货地址
|
|
|
t.column :address, :string,:limit => 256
|
|
|
+ #联系人
|
|
|
+ t.column :contact, :string,:limit => 256
|
|
|
+ #联系电话
|
|
|
+ t.column :tel, :string,:limit => 256
|
|
|
# 发放状态
|
|
|
t.column :status, :boolean, :default=>0
|
|
|
t.timestamps
|