Sha256: 3e889ce83c763b3cbfc3c47a02421c0452efd5c1c8319f8a56ed9d4bda0449f8
Contents?: true
Size: 175 Bytes
Versions: 2
Compression:
Stored size: 175 Bytes
Contents
class CreateStringMany < ActiveRecord::Migration def change create_table :users do |t| t.string :name t.string :troles 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/many/string_many.rb |
troles-0.6.0 | spec/active_record/migrations/many/string_many.rb |