dev_SaaS
jingquan huang 6 years ago
parent 528996f57d
commit 6517ee418f

@ -3,17 +3,15 @@ class CreateEcloudusers < ActiveRecord::Migration
create_table :ecloudusers do |t| create_table :ecloudusers do |t|
t.string :applyno t.string :applyno
t.string :ecordercoder t.string :ecordercoder
t.string :string t.integer :opttype
t.int :opttype
t.boolean :trial t.boolean :trial
t.string :bossorderid t.string :bossorderid
t.int :custid t.integer :custid
t.string :custcod t.string :custcode
t.string :string t.integer :registersource
t.int :custtype t.integer :custtype
t.int :registersource
t.string :custname t.string :custname
t.int :userid t.integer :userid
t.string :username t.string :username
t.string :useralias t.string :useralias
t.string :moblile t.string :moblile

Loading…
Cancel
Save