Sha256: d99608491f0e056f6a0f01e3dd91e24868e1b23eb9000844c09e63fb214bc75f
Contents?: true
Size: 454 Bytes
Versions: 62
Compression:
Stored size: 454 Bytes
Contents
class CreateContacts < ActiveRecord::Migration def change create_table :spotlight_contacts do |t| t.string :slug t.string :name t.string :email t.string :title t.string :location t.string :telephone t.boolean :show_in_sidebar t.integer :weight, default: 50 t.references :exhibit t.timestamps end add_index :spotlight_contacts, :exhibit_id end end
Version data entries
62 entries across 62 versions & 1 rubygems