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

Version Path
cmor_testimonials-0.0.17.pre db/migrate/20190401204002_create_cmor_testimonials_testimonials.rb
cmor_testimonials-0.0.16.pre db/migrate/20190401204002_create_cmor_testimonials_testimonials.rb
cmor_testimonials-0.0.15.pre db/migrate/20190401204002_create_cmor_testimonials_testimonials.rb
cmor_testimonials-0.0.14.pre db/migrate/20190401204002_create_cmor_testimonials_testimonials.rb
cmor_testimonials-0.0.13.pre db/migrate/20190401204002_create_cmor_testimonials_testimonials.rb
cmor_testimonials-0.0.12.pre db/migrate/20190401204002_create_cmor_testimonials_testimonials.rb
cmor_testimonials-0.0.11.pre db/migrate/20190401204002_create_cmor_testimonials_testimonials.rb
cmor_testimonials-0.0.10.pre db/migrate/20190401204002_create_cmor_testimonials_testimonials.rb
cmor_testimonials-0.0.9.pre db/migrate/20190401204002_create_cmor_testimonials_testimonials.rb
cmor_testimonials-0.0.8.pre db/migrate/20190401204002_create_cmor_testimonials_testimonials.rb