Sha256: fcf691223877c8858974fb4b7103b8059ffdecaedfdb9d635ff1c2cfd13ab378
Contents?: true
Size: 266 Bytes
Versions: 6
Compression:
Stored size: 266 Bytes
Contents
class CreateEmployees < ActiveRecord::Migration def change create_table :employees do |t| t.string :name t.string :email t.integer :income t.boolean :bonus t.belongs_to :position, index: true t.timestamps end end end
Version data entries
6 entries across 6 versions & 1 rubygems