Sha256: 2256bf8e60e2091d0eea0f8b7907336f9f9c6a1dc799de1f8ab7de3abc202495
Contents?: true
Size: 375 Bytes
Versions: 50
Compression:
Stored size: 375 Bytes
Contents
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
50 entries across 50 versions & 1 rubygems