Project

General

Profile

Download (164 Bytes) Statistics
| Branch: | Tag: | Revision:
class CreateConfigGroups < ActiveRecord::Migration
def change
create_table :config_groups do |t|
t.string :name

t.timestamps
end
end
end


(199-199/203)