|
|
@@ -10,7 +10,7 @@ class CreateAdPositions < ActiveRecord::Migration
|
|
|
#广告位置描述
|
|
|
t.string :remark, :null => false
|
|
|
#该广告位被点击的总次数
|
|
|
- t.integer :click_times, :default => 0
|
|
|
+ t.integer :click_times, :default => 0,:comment => 0
|
|
|
#广告位招租图片
|
|
|
t.text :img, :null => false
|
|
|
#图片点击链接
|