Sha256: 16b3eaddd76f58b0653e3ce56bcc0822fa738cf74544ded940f0ba3fedb2ca62
Contents?: true
Size: 325 Bytes
Versions: 4
Compression:
Stored size: 325 Bytes
Contents
# This migration comes from spotlight (originally 20140211203403) class CreateSpotlightCustomFields < ActiveRecord::Migration def change create_table :spotlight_custom_fields do |t| t.references :exhibit t.string :slug t.string :field t.text :configuration t.timestamps end end end
Version data entries
4 entries across 4 versions & 1 rubygems