|
|
@@ -11,6 +11,8 @@ class CreateAgentApplys < ActiveRecord::Migration
|
|
|
t.column :wx_user_id, :integer, :limit => 11, :default => 0
|
|
|
# 昵称
|
|
|
t.column :nickname, :string, :limit => 255
|
|
|
+ # 手机号码
|
|
|
+ t.column :mobile, :string, :limit => 128
|
|
|
# 部门ID
|
|
|
t.column :depart, :integer, :limit => 11, :default => 0
|
|
|
# 审核人ID
|