Project

General

Profile

Download (177 Bytes) Statistics
| Branch: | Tag: | Revision:
class CreateConfigGroups < ActiveRecord::Migration
def change
create_table :config_groups do |t|
t.string :name, :limit => 255

t.timestamps
end
end
end
(203-203/310)