Sha256: 4c2c935fe24d77a03f0dc657e871816301815de01d83c70b8eb227414659ca9d
Contents?: true
Size: 206 Bytes
Versions: 8
Compression:
Stored size: 206 Bytes
Contents
class CreateTags < ActiveRecord::Migration def change create_table :tags do |t| t.string :name t.string :value t.integer :taggable_id t.string :taggable_type end end end
Version data entries
8 entries across 8 versions & 1 rubygems