Project

General

Profile

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

t.timestamps null: true
end
end
end
(203-203/405)