Sha256: 6ffa75da10ab7cba6c959651e19ca08dd1d5e43227b909209dafc0f919c5eb56
Contents?: true
Size: 175 Bytes
Versions: 4
Compression:
Stored size: 175 Bytes
Contents
class AddTags < ActiveRecord::Migration def self.up create_table :tags do |t| t.column :tag, :string end end def self.down drop_table :tags end end
Version data entries
4 entries across 4 versions & 2 rubygems