Sha256: 98e27108b02ba10af97c67d130ed0f8c83b4af0f767a6f27b28fddf1060fb05d
Contents?: true
Size: 275 Bytes
Versions: 8
Compression:
Stored size: 275 Bytes
Contents
class CreatePeople < ActiveRecord::Migration def change create_table :people 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