Sha256: 46406e74f05fe78028e46d4327d4269e7a2e514a90835f9817982c12d40f2f3b
Contents?: true
Size: 238 Bytes
Versions: 10
Compression:
Stored size: 238 Bytes
Contents
class CreateGeorgiaLinks < ActiveRecord::Migration def change create_table :georgia_links do |t| t.integer :menu_id t.integer :position t.string :ancestry end add_index :georgia_links, :ancestry end end
Version data entries
10 entries across 10 versions & 1 rubygems