Sha256: 590cdb7ed0e9e1c4198ed8537eaa6237dc7f917b22a1b762b625129ddc407601
Contents?: true
Size: 449 Bytes
Versions: 41
Compression:
Stored size: 449 Bytes
Contents
# This migration comes from cmor_testimonials (originally 20190401204002) class CreateCmorTestimonialsTestimonials < ActiveRecord::Migration[5.2] def change create_table :cmor_testimonials_testimonials do |t| t.references :category, foreign_key: false t.string :fullname t.string :role t.string :company t.text :body t.integer :position t.timestamp :published_at t.timestamps end end end
Version data entries
41 entries across 41 versions & 1 rubygems