Sha256: ac7dce36378a47fe643d26d2d2666ab83e11b5e8b45c5f6a0736273382c3708c
Contents?: true
Size: 389 Bytes
Versions: 15
Compression:
Stored size: 389 Bytes
Contents
class CreateSapeStorage < ActiveRecord::Migration def change create_table :sape_configs do |t| t.string :name t.string :value end create_table :sape_links do |t| t.string :page t.string :anchor t.string :url t.string :host t.string :raw_link t.string :link_type end add_index :sape_links, [:link_type, :page] end end
Version data entries
15 entries across 8 versions & 1 rubygems