Sha256: 45196c69de8ae85cafeec7066f24de8ef8cda6853d091674fedb2b3e5ed2fee2
Contents?: true
Size: 212 Bytes
Versions: 9
Compression:
Stored size: 212 Bytes
Contents
class CreateBlogelatorPostsTags < ActiveRecord::Migration def change create_table :blogelator_posts_tags do |t| t.belongs_to :post, index: true t.belongs_to :tag, index: true end end end
Version data entries
9 entries across 9 versions & 1 rubygems