Project

General

Profile

Download (199 Bytes) Statistics
| Branch: | Tag: | Revision:
class CreateComputeProfiles < ActiveRecord::Migration[4.2]
def change
create_table :compute_profiles do |t|
t.string :name, :limit => 255

t.timestamps null: true
end
end
end
(185-185/408)