Sha256: 030d62b71a13aa041ce6f742fbeac6c461dcfa44a769a4754e228d9232a4ffb3

Contents?: true

Size: 246 Bytes

Versions: 50

Compression:

Stored size: 246 Bytes

Contents

class CreateCmorTestimonialsCategories < ActiveRecord::Migration[5.2]
  def change
    create_table :cmor_testimonials_categories do |t|
      t.string :locale
      t.string :name
      t.string :identifier

      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/20190401160025_create_cmor_testimonials_categories.rb
cmor_testimonials-0.0.16.pre db/migrate/20190401160025_create_cmor_testimonials_categories.rb
cmor_testimonials-0.0.15.pre db/migrate/20190401160025_create_cmor_testimonials_categories.rb
cmor_testimonials-0.0.14.pre db/migrate/20190401160025_create_cmor_testimonials_categories.rb
cmor_testimonials-0.0.13.pre db/migrate/20190401160025_create_cmor_testimonials_categories.rb
cmor_testimonials-0.0.12.pre db/migrate/20190401160025_create_cmor_testimonials_categories.rb
cmor_testimonials-0.0.11.pre db/migrate/20190401160025_create_cmor_testimonials_categories.rb
cmor_testimonials-0.0.10.pre db/migrate/20190401160025_create_cmor_testimonials_categories.rb
cmor_testimonials-0.0.9.pre db/migrate/20190401160025_create_cmor_testimonials_categories.rb
cmor_testimonials-0.0.8.pre db/migrate/20190401160025_create_cmor_testimonials_categories.rb