Sha256: e5623b77aa7b4b443da91ccad7d745a94a6e6867d66158a969f4ca7dbd871b7a
Contents?: true
Size: 189 Bytes
Versions: 4
Compression:
Stored size: 189 Bytes
Contents
class CreateTags < ActiveRecord::Migration def self.up create_table :tags do |t| t.string :tag t.timestamps end end def self.down drop_table :tags end end
Version data entries
4 entries across 3 versions & 1 rubygems