Sha256: 96114597a0ca745cc03c403afa09c57cb5befe8f45fa0050f50daf8f455922dd
Contents?: true
Size: 179 Bytes
Versions: 2
Compression:
Stored size: 179 Bytes
Contents
class CreateBitOne < ActiveRecord::Migration def change create_table :users do |t| t.string :name t.boolean :trole t.timestamps end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
troles-0.6.1 | spec/active_record/migrations/one/bit_one.rb |
troles-0.6.0 | spec/active_record/migrations/one/bit_one.rb |