Sha256: 85db3c49ef93681ccf17f9308561bb5842ceb74cbb71e860edc3be32f19a1e7a
Contents?: true
Size: 126 Bytes
Versions: 1
Compression:
Stored size: 126 Bytes
Contents
class CreateBeers < ActiveRecord::Migration def change create_table :beers do |t| t.timestamps end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
routespec-0.0.1 | test/rails311/db/migrate/20111227222038_create_beers.rb |