Sha256: c090af4d5dc459bcfc7d3cf4ae85f20ae41c98a145972d2eba52bc9095014b35
Contents?: true
Size: 191 Bytes
Versions: 67
Compression:
Stored size: 191 Bytes
Contents
class CreateProducts < ActiveRecord::Migration def self.up create_table :products do |t| t.column :name, :string end end def self.down drop_table :products end end
Version data entries
67 entries across 67 versions & 21 rubygems