Sha256: 5ad6dc282b3da477c00e0827d64a101abb0d7b0e009178ff49e9283bdcb5583c
Contents?: true
Size: 173 Bytes
Versions: 17
Compression:
Stored size: 173 Bytes
Contents
class AddTagsToTickets < ActiveRecord::Migration def up add_column :tickets, :tags, :string, array: true end def down remove_column :tickets, :tags end end
Version data entries
17 entries across 17 versions & 1 rubygems