Sha256: 4bbb219b9d449554e46cb6e8667dcca80b81b530f9e019b7ba6f87776755da2d
Contents?: true
Size: 271 Bytes
Versions: 12
Compression:
Stored size: 271 Bytes
Contents
# This migration comes from blogelator (originally 20140221212026) class CreateBlogelatorTags < ActiveRecord::Migration def change create_table :blogelator_tags do |t| t.string :name t.belongs_to :post, index: true t.timestamps end end end
Version data entries
12 entries across 12 versions & 1 rubygems