Sha256: 6c3a22e567898585df90c0581f1aed404cb2942c5ecb435641e1f690d001d98e
Contents?: true
Size: 277 Bytes
Versions: 65
Compression:
Stored size: 277 Bytes
Contents
class CreateSpotlightCustomSearchFields < ActiveRecord::Migration[5.1] def change create_table :spotlight_custom_search_fields do |t| t.string :slug t.string :field t.text :configuration t.references :exhibit t.timestamps end end end
Version data entries
65 entries across 65 versions & 1 rubygems