parent
7158b0710a
commit
29a0b03397
@ -1,7 +0,0 @@
|
|||||||
class AddApplynoToEcloudUsers < ActiveRecord::Migration
|
|
||||||
def change
|
|
||||||
add_column :ecloud_users, :applyno, :string
|
|
||||||
add_column :ecloud_users, :ecordercode, :string
|
|
||||||
add_column :ecloud_users, :productcode, :string
|
|
||||||
end
|
|
||||||
end
|
|
@ -0,0 +1,6 @@
|
|||||||
|
class AddOperatimeToEcloudUsers < ActiveRecord::Migration
|
||||||
|
def change
|
||||||
|
add_column :ecloud_users, :operatime, :bigint
|
||||||
|
add_column :ecloud_users, :effecttime, :bigint
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in new issue