Sha256: 78ab4b748bd2b52bd82bdf893bd1f16a4fb9a665645a48cfd5cdfdb1dc1fc459
Contents?: true
Size: 245 Bytes
Versions: 44
Compression:
Stored size: 245 Bytes
Contents
class CreateGroups < ActiveRecord::Migration def change create_table :groups do |t| t.belongs_to :group t.string :title t.string :icon t.integer :priority t.timestamps end end end
Version data entries
44 entries across 44 versions & 1 rubygems