Project

General

Profile

Download (129 Bytes) Statistics
| Branch: | Tag: | Revision:
class AddDescriptionToSubnets < ActiveRecord::Migration[4.2]
def change
add_column :subnets, :description, :text
end
end
(369-369/409)