Sha256: 3924f3cb4dc00359054b552f47c80e039b55bff25f4d38028b36a19af0d96d5b
Contents?: true
Size: 277 Bytes
Versions: 8
Compression:
Stored size: 277 Bytes
Contents
class CreateFellows < ActiveRecord::Migration def change create_table :fellows do |t| t.string :first_name t.string :last_name t.string :email t.string :title t.datetime :dob t.boolean :is_manager t.timestamps end end end
Version data entries
8 entries across 8 versions & 1 rubygems