Commit 98309774 by 胡强

user_devices表增加user_platform用户平台字段

parent 51714387
class AddUserPlatformToUserDevices < ActiveRecord::Migration
def change
add_column :user_devices, :user_platform, :integer, default: 0
end
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