services添加相关字段

dev_SaaS
jingquan huang 6 years ago
parent 4d5716ea97
commit 28949535d8

@ -0,0 +1,6 @@
class AddPackagecodeToEcloudServices < ActiveRecord::Migration
def change
add_column :ecloud_services, :packagecode, :string
add_column :ecloud_services, :bossorderid, :string
end
end
Loading…
Cancel
Save