Project

General

Profile

Download (168 Bytes) Statistics
| Branch: | Tag: | Revision:
class CreateComputeProfiles < ActiveRecord::Migration
def change
create_table :compute_profiles do |t|
t.string :name

t.timestamps
end
end
end
(173-173/175)