diff --git a/db/migrate/20190312030525_create_ecloud.rb b/db/migrate/20190312030525_create_ecloud.rb deleted file mode 100644 index 989804bb..00000000 --- a/db/migrate/20190312030525_create_ecloud.rb +++ /dev/null @@ -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 diff --git a/db/migrate/20190312030722_create_ecloud_service.rb b/db/migrate/20190312030722_create_ecloud_service.rb deleted file mode 100644 index 2c1c64d9..00000000 --- a/db/migrate/20190312030722_create_ecloud_service.rb +++ /dev/null @@ -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