Sha256: 04483d2174be9a5059ce4d55e1dcbd1ea222d486d4e067158d76214aef67135a
Contents?: true
Size: 313 Bytes
Versions: 47
Compression:
Stored size: 313 Bytes
Contents
# This migration comes from cmor_carousels (originally 1) class CreateCmorCarouselsCarousels < ActiveRecord::Migration[4.2] def change create_table :cmor_carousels_carousels do |t| t.string :locale t.string :identifier t.string :variant_options t.timestamps end end end
Version data entries
47 entries across 47 versions & 1 rubygems