Sha256: 122e5932e4904358a3df398f7a3fcfe293708167bfeab6c5f2abd6e6ed94f35a
Contents?: true
Size: 171 Bytes
Versions: 1
Compression:
Stored size: 171 Bytes
Contents
class CreateBrands < ActiveRecord::Migration def change create_table :brands do |t| t.string :name, null: false t.timestamps end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
active_git-0.0.3 | spec/migrations/20121030163114_create_brands.rb |