Sha256: 4688ef9bb637f9b51822af6df5776920c1629fce641cedbbffa9c67a46af82d9
Contents?: true
Size: 189 Bytes
Versions: 5
Compression:
Stored size: 189 Bytes
Contents
class CreateUsers < ActiveRecord::Migration def change create_table :users do |t| t.string :name t.belongs_to :category, index: true t.timestamps end end end
Version data entries
5 entries across 5 versions & 1 rubygems