Sha256: e1c9ba0ef85a4563e4ceefe42a6cf95338ee94b47425daa2208e5a36f82b06cf
Contents?: true
Size: 181 Bytes
Versions: 3
Compression:
Stored size: 181 Bytes
Contents
class CreatePeople < ActiveRecord::Migration def change create_table :people do |t| t.string :first_name t.string :last_name t.timestamps end end end
Version data entries
3 entries across 3 versions & 1 rubygems