Sha256: 15860c1e5bb64b4ab139cd533d305aa2b6723c588a2afcfc099dfeda463d8aff
Contents?: true
Size: 221 Bytes
Versions: 6
Compression:
Stored size: 221 Bytes
Contents
class CreateProjects < ActiveRecord::Migration def change create_table :projects do |t| t.string :name t.text :description t.belongs_to :employee, index: true t.timestamps end end end
Version data entries
6 entries across 6 versions & 1 rubygems