dev_home
daiao 5 years ago
parent f8253373e4
commit 4b28cf2664

@ -1,6 +1,5 @@
class AddCloseBrowserTimeForGames < ActiveRecord::Migration[5.2]
def change
remove_column :games,:close_browse_time
add_column :games, :play_time, :timestamp
add_column :games, :play_sign, :integer, :default => 0
end

Loading…
Cancel
Save