Project

General

Profile

Download (142 Bytes) Statistics
| Branch: | Tag: | Revision:
class AddDefaultLocationIdToUsers < ActiveRecord::Migration[4.2]
def change
add_column :users, :default_location_id, :integer
end
end
(191-191/408)