Sha256: 35bac8eb4eaab66b22f95d345ae6bb46ccbde799e105ed4fa0ef860757501913
Contents?: true
Size: 320 Bytes
Versions: 41
Compression:
Stored size: 320 Bytes
Contents
# This migration comes from cmor_testimonials (originally 20190401160025) 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
41 entries across 41 versions & 1 rubygems