Sha256: 35686a966bf4c25baa215b24073d44295073096566d4b3599e605052c6ecde98
Contents?: true
Size: 190 Bytes
Versions: 2
Compression:
Stored size: 190 Bytes
Contents
class CreateActivityTable < ActiveRecord::Migration[5.2] def up create_table :activities do |t| t.string :name end end def down drop_table :activities end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
polymorphic_integer_type-3.0.0 | spec/support/migrations/7_create_activity_table.rb |
polymorphic_integer_type-2.3.1 | spec/support/migrations/7_create_activity_table.rb |