Sha256: 7adbde226ded5b5d99195cc298ba68a27a52ce9d69e77c7656e469bbc89cd966
Contents?: true
Size: 273 Bytes
Versions: 14
Compression:
Stored size: 273 Bytes
Contents
class CreateProclaimImages < ActiveRecord::Migration def change create_table :proclaim_images do |t| t.belongs_to :post, index: true t.string :image t.timestamps null: false end add_foreign_key :proclaim_images, :proclaim_posts, column: :post_id end end
Version data entries
14 entries across 14 versions & 1 rubygems