Sha256: 8b24c512006cff22917031c7556181a389c1e5dfb0eb6df00851c8440b1b5a64
Contents?: true
Size: 387 Bytes
Versions: 24
Compression:
Stored size: 387 Bytes
Contents
# This migration comes from cmor_blog (originally 20180429134813) class CreateCmorBlogAssetDetails < ActiveRecord::Migration[5.2] def change create_table :cmor_blog_asset_details do |t| t.references :post t.references :asset t.string :title t.text :description t.integer :position t.timestamp :published_at t.timestamps end end end
Version data entries
24 entries across 24 versions & 1 rubygems