Commit 668c3d41 by 胡强

fix migration

parent 8a24404d
class AddUserPlatformToUserDevices < ActiveRecord::Migration
class AddUserPlatformToUserDevices < ActiveRecord::Migration[5.2]
def change
add_column :user_devices, :user_platform, :integer, default: 0
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment