rosa-build/db/migrate/20120518103340_create_mass_...

11 lines
187 B
Ruby
Raw Permalink Normal View History

class CreateMassBuilds < ActiveRecord::Migration
def change
create_table :mass_builds do |t|
t.integer :platform_id
t.string :name
t.timestamps
end
end
end