Sha256: d23c38f3cddc5ceae719fe53f4fdcca0a66bc69295dede9d38552f27c7bcaa70
Contents?: true
Size: 153 Bytes
Versions: 1
Compression:
Stored size: 153 Bytes
Contents
class CreateAModels < ActiveRecord::Migration def change create_table :a_models do |t| t.string :title t.timestamps end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
omgjs-0.0.10 | test/dummy/db/migrate/20130425040539_create_a_models.rb |