Sha256: 2aff97d7a8a54b159005ed99f29a9b03779ea2554b373ff3c6dca460486bb91f
Contents?: true
Size: 222 Bytes
Versions: 3
Compression:
Stored size: 222 Bytes
Contents
class CreateBeans < ActiveRecord::Migration def change create_table :beans do |t| t.string :color t.string :flavor t.boolean :from_mexico t.integer :size t.timestamps end end end
Version data entries
3 entries across 3 versions & 1 rubygems