Project

General

Profile

Download (153 Bytes) Statistics
| Branch: | Tag: | Revision:
class AddPrimaryInterfaceToHosts < ActiveRecord::Migration[4.2]
def change
add_column :hosts, :primary_interface, :string, :limit => 255
end
end
(168-168/386)