Sha256: 31b0a2a368ab85860a9cd34a7da080ecadfdb1663d06b00593272dba3e37d86a
Contents?: true
Size: 280 Bytes
Versions: 2
Compression:
Stored size: 280 Bytes
Contents
class CreateLinks < ActiveRecord::Migration def self.up create_versioned_table :links do |t| t.string :name t.string :url t.boolean :new_window, :default => false t.timestamps end end def self.down drop_versioned_table :links end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
nate-browsercms-3.0.210 | db/migrate/20081031140510_create_links.rb |
nate-browsercms-3.0.211 | db/migrate/20081031140510_create_links.rb |