Sha256: 0360dddcdc82a7e9aac6c9e4c13a2f7ce53a37ab6fbeac30ed9a576f8eda8365
Contents?: true
Size: 196 Bytes
Versions: 14
Compression:
Stored size: 196 Bytes
Contents
class CreateBrands < ActiveRecord::Migration def self.up create_table :brands do |t| t.string :name t.timestamps end end def self.down drop_table :brands end end
Version data entries
14 entries across 14 versions & 1 rubygems