Sha256: 61bd6bfee8f26e76c68dc03f36e9d6b097d19bce4bb665618cb5bddb024668ab
Contents?: true
Size: 221 Bytes
Versions: 3
Compression:
Stored size: 221 Bytes
Contents
class CreateStringOne < ActiveRecord::Migration def self.up create_table :users do |t| t.string :name t.string :trole t.timestamps end end def self.down drop_table :users end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
troles-0.5.2 | spec/active_record/migrations/one/string_one.rb |
troles-0.5.1 | spec/active_record/migrations/one/string_one.rb |
troles-0.5.0 | spec/active_record/migrations/one/string_one.rb |