Sha256: 33a673e3c42bf5a8be48fd2b17021f8d4b0a28abb6a477b6365ff6f520af1374
Contents?: true
Size: 304 Bytes
Versions: 2
Compression:
Stored size: 304 Bytes
Contents
class CreatePageRouteOptions < ActiveRecord::Migration def self.up create_table :page_route_options do |t| t.belongs_to :page_route t.string :type t.string :name t.string :value t.timestamps end end def self.down drop_table :page_route_options end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
nate-browsercms-3.0.210 | db/migrate/20090410193312_create_page_route_options.rb |
nate-browsercms-3.0.211 | db/migrate/20090410193312_create_page_route_options.rb |