parent
354d51ce1a
commit
36b0e3d97f
@ -1,25 +0,0 @@
|
|||||||
class CreateEcloud < ActiveRecord::Migration
|
|
||||||
def change
|
|
||||||
create_table :eclouds do |t|
|
|
||||||
t.string :applyno
|
|
||||||
t.string :ecordercode
|
|
||||||
t.integer :opttype
|
|
||||||
t.boolean :trial
|
|
||||||
t.string :bossorderid
|
|
||||||
t.integer :custid
|
|
||||||
t.string :custcode
|
|
||||||
t.integer :registersource
|
|
||||||
t.integer :custtype
|
|
||||||
t.string :custname
|
|
||||||
t.integer :userid
|
|
||||||
t.string :username
|
|
||||||
t.string :useralias
|
|
||||||
t.string :mobile
|
|
||||||
t.string :productcode
|
|
||||||
t.string :begintime
|
|
||||||
t.string :endtime
|
|
||||||
|
|
||||||
t.timestamps
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
|
@ -1,13 +0,0 @@
|
|||||||
class CreateEcloudService < ActiveRecord::Migration
|
|
||||||
def change
|
|
||||||
create_table :ecloud_services do |t|
|
|
||||||
t.integer :opttype
|
|
||||||
t.string :code
|
|
||||||
t.string :begintime
|
|
||||||
t.string :endtime
|
|
||||||
t.integer :ecloud_id
|
|
||||||
|
|
||||||
t.timestamps
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
|
Loading…
Reference in new issue